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

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also