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






    ClientSize Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlClientSizeDescr")>
    Public Property ClientSize As System.Drawing.Size
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Drawing.Size
     
    instance.ClientSize = value
     
    value = instance.ClientSize
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also