AdvancedBorderStyle Enumeration

Represents possible advanced border styles, used by AdvancedPanel and AdvancedLabel controls.

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#
public enum AdvancedBorderStyle

Examples

  Tip

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

Members

None0 Represents no visible border.
FixedSingle1 Represents the same single-line border as BorderStyle.FixedSingle.
Sunken2 Border is slightly sunken.
Raised4 Border is slightly raised.
RaisedHigh5 Border is considerably raised.
SunkenFrame6 Border has a sunken (etched) frame.
RaisedFrame9 Border has a raised (bump) frame.
SunkenLow10 Border is considerably sunken.
Flat16,394 A flat border with no 3D effect.

See Also