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

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