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






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

Target Platforms: .NET CLR 4.8 or higher

See Also