ComponentOne MultiSelect for WinForms
BorderStyle Property (C1Label)

C1.Win.C1Input Namespace > C1Label Class : BorderStyle Property
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

Reference

C1Label Class
C1Label Members