TreeView for WinForms | ComponentOne
C1.Framework Namespace / Thickness Structure / Left Property

In This Topic
    Left Property (Thickness)
    In This Topic
    Gets or sets the thickness value for the left edge.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property Left As Integer
    [DefaultValue(0)]
    public int Left {get; set;}
    See Also