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

In This Topic
    Width Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlWidthDescr")>
    Public Property Width As System.Integer
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlWidthDescr")]
    public System.int Width {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also