Gets or sets the Overlay Smoothing Type (2040,0070).
Syntax
Visual Basic (Declaration) | |
---|
Public Property OverlaySmoothingType As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomOverlayBoxParameters
Dim value As String
instance.OverlaySmoothingType = value
value = instance.OverlaySmoothingType |
C# | |
---|
public string OverlaySmoothingType {get; set;} |
Property Value
The Overlay Smoothing Type (2040,0070).
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also