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






In This Topic
    Left Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlLeftDescr")>
    Public Property Left As System.Integer
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Integer
     
    instance.Left = value
     
    value = instance.Left
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlLeftDescr")]
    public System.int Left {get; set;}
    public read-write property Left: System.Integer; 
    SRCategoryAttribute("CatLayout")
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)
    System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
    SRDescriptionAttribute("ControlLeftDescr")
    public function get,set Left : System.int
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlLeftDescr")]
    public: __property System.int get_Left();
    public: __property void set_Left( 
       System.int value
    );
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [SRDescription("ControlLeftDescr")]
    public:
    property System.int Left {
       System.int get();
       void set (    System.int value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also