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






    Height Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlHeightDescr")>
    Public Property Height As System.Integer
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Integer
     
    instance.Height = value
     
    value = instance.Height
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also