AdvancedPanelBorderStyle Property

Gets or sets the border style of the AdvancedPanel.

See the online help of the AdvancedLabel class for an image example.

Definition

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

Property Value

AdvancedBorderStyle

Examples

  Tip

See the Examples section of the AdvancedLabel class for an image example, as it uses the same range of possible border styles as AdvancedPanel.

See Also