Enum FrameBorderStyle
Defines the constants that specifies the style of frame border line in EditControl.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum FrameBorderStyle
Fields
| Name | Description |
|---|---|
| Dash | Specifies the dash line. |
| DashDot | Specifies the Dash-dot line. |
| Dot | Specifies the dot line. |
| None | Defines no border. |
| Solid | Specifies the one simple line. |
| Wave | Specifies the wave line. |