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






In This Topic
    Bottom Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlBottomDescr")>
    <SRCategoryAttribute("CatLayout")>
    Public ReadOnly Property Bottom As System.Integer
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Integer
     
    value = instance.Bottom
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlBottomDescr")]
    [SRCategory("CatLayout")]
    public System.int Bottom {get;}
    public read-only property Bottom: System.Integer; 
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
    SRDescriptionAttribute("ControlBottomDescr")
    SRCategoryAttribute("CatLayout")
    public function get Bottom : System.int
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlBottomDescr")]
    [SRCategory("CatLayout")]
    public: __property System.int get_Bottom();
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlBottomDescr")]
    [SRCategory("CatLayout")]
    public:
    property System.int Bottom {
       System.int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also