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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also