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

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