Class LineFormatType
Specifies the line format type supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
LineFormatType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class LineFormatType : Enum
Fields
Gradient
Aligns the line format to the gradient.
Declaration
public const LineFormatType Gradient
Field Value
Type |
---|
LineFormatType |
None
Aligns the line format to the none.
Declaration
public const LineFormatType None
Field Value
Type |
---|
LineFormatType |
Patterned
Aligns the line format to the patterned.
Declaration
public const LineFormatType Patterned
Field Value
Type |
---|
LineFormatType |
Solid
Aligns the line format to the solid.
Declaration
public const LineFormatType Solid
Field Value
Type |
---|
LineFormatType |