ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / BaseStyle Class / Padding Property

In This Topic
    Padding Property (BaseStyle)
    In This Topic
    Gets or sets the thickness of the padding between the element edges and its content.
    Syntax
    'Declaration
     
    
    Public Overridable Property Padding As C1.Framework.Thickness
    public virtual C1.Framework.Thickness Padding {get; set;}
    See Also