AdvancedLabelBorderStyle Property

Gets or sets the border style of the AdvancedLabel.

See the online help for an image example.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(AdvancedBorderStyle.None)]
public AdvancedBorderStyle BorderStyle { get; set; }

Property Value

AdvancedBorderStyle

Examples

  Tip

See the Examples section of the AdvancedLabel class for an image example.

See Also