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






    Left Property (DicomViewer)
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also