Class LineDashing
Specifies the line dashing supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
LineDashing
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class LineDashing : Enum
Fields
Dash
Aligns the line dashing to the dash.
Declaration
public const LineDashing Dash
Field Value
Type |
---|
LineDashing |
DashDot
Aligns the line dashing to the dashdot.
Declaration
public const LineDashing DashDot
Field Value
Type |
---|
LineDashing |
DashDotDot
Aligns the line dashing to the dashdotdot.
Declaration
public const LineDashing DashDotDot
Field Value
Type |
---|
LineDashing |
DashDotGel
Aligns the line dashing to the dash dotgel.
Declaration
public const LineDashing DashDotGel
Field Value
Type |
---|
LineDashing |
DashGel
Aligns the line dashing to the dashgel.
Declaration
public const LineDashing DashGel
Field Value
Type |
---|
LineDashing |
Dot
Aligns the line dashing to the dot.
Declaration
public const LineDashing Dot
Field Value
Type |
---|
LineDashing |
DotGel
Aligns the line dashing to the dotgel.
Declaration
public const LineDashing DotGel
Field Value
Type |
---|
LineDashing |
LongDashDotDotGel
Aligns the line dashing to the long dash dot dotgel.
Declaration
public const LineDashing LongDashDotDotGel
Field Value
Type |
---|
LineDashing |
LongDashDotGel
Aligns the line dashing to the long dash dotgel.
Declaration
public const LineDashing LongDashDotGel
Field Value
Type |
---|
LineDashing |
LongDashGel
Aligns the line dashing to the long dashgel.
Declaration
public const LineDashing LongDashGel
Field Value
Type |
---|
LineDashing |
Solid
Aligns the line dashing to the solid.
Declaration
public const LineDashing Solid
Field Value
Type |
---|
LineDashing |