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

In This Topic
    Margins Property (BaseStyle)
    In This Topic
    Gets or sets the thickness of the margins around the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Margins As C1.Framework.Thickness
    public virtual C1.Framework.Thickness Margins {get; set;}
    See Also