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

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