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

In This Topic
    MinimumSize Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("ControlMinimumSizeDescr")>
    Public Overridable Property MinimumSize As System.Drawing.Size
    [SRCategory("CatLayout")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("ControlMinimumSizeDescr")]
    public virtual System.Drawing.Size MinimumSize {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also