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

In This Topic
    Padding Property (C1Sizer)
    In This Topic
    Gets or sets the padding between the control border and its content.
    Syntax
    'Declaration
     
    Public Shadows Property Padding As System.Windows.Forms.Padding
    public new System.Windows.Forms.Padding Padding {get; set;}
    See Also