Enum LineDashing
Specifies the line dashing supported by the SfRichTextBoxAdv control.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum LineDashing
Fields
| Name | Description |
|---|---|
| Dash | Aligns the line dashing to the dash. |
| DashDot | Aligns the line dashing to the dashdot. |
| DashDotDot | Aligns the line dashing to the dashdotdot. |
| DashDotGel | Aligns the line dashing to the dash dotgel. |
| DashGel | Aligns the line dashing to the dashgel. |
| Dot | Aligns the line dashing to the dot. |
| DotGel | Aligns the line dashing to the dotgel. |
| LongDashDotDotGel | Aligns the line dashing to the long dash dot dotgel. |
| LongDashDotGel | Aligns the line dashing to the long dash dotgel. |
| LongDashGel | Aligns the line dashing to the long dashgel. |
| Solid | Aligns the line dashing to the solid. |