TreeView for WinForms | ComponentOne
C1.Framework Namespace / Element Class / Left Property

In This Topic
    Left Property (Element)
    In This Topic
    Gets or sets the horizontal position of the element within its parent.
    Syntax
    'Declaration
     
    
    Public Overridable Property Left As Integer
    public virtual int Left {get; set;}
    See Also