DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Size Property






Size Property (DicomViewer)
Syntax
'Declaration
 
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("ControlSizeDescr")>
Public Property Size As System.Drawing.Size
 
'Usage
 
Dim instance As DicomViewer
Dim value As System.Drawing.Size
 
instance.Size = value
 
value = instance.Size
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also