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;} |
Managed Extensions for C++ | |
---|
public: __property string* get_OverlaySmoothingType();
public: __property void set_OverlaySmoothingType(
string* value
); |
Return Value
The Overlay Smoothing Type (2040,0070).
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also