ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / Border Class / Thickness Property

In This Topic
    Thickness Property (Border)
    In This Topic
    Gets or sets the thickness of the border around the control.
    Syntax
    'Declaration
     
    Public Property Thickness As System.Windows.Forms.Padding
    public System.Windows.Forms.Padding Thickness {get; set;}
    See Also