ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1Label Class / BorderStyle Property

In This Topic
    BorderStyle Property (C1Label)
    In This Topic
    Gets or sets the border style for the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property BorderStyle As BorderStyle
    public override BorderStyle BorderStyle {get; set;}

    Property Value

    One of the System.Windows.Forms.BorderStyle values. The default is BorderStyle.None.
    Exceptions
    ExceptionDescription
    The value assigned is not one of the System.Windows.Forms.BorderStyle values.
    See Also