Class LineStyle
Specifies the border style.
Inheritance
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class LineStyle : Enum
Fields
Cleared
Cleared border.
Declaration
public const LineStyle Cleared
Field Value
Type |
---|
LineStyle |
DashDot
A dash followed by a dot.
Declaration
public const LineStyle DashDot
Field Value
Type |
---|
LineStyle |
DashDotDot
A dash followed by two dots.
Declaration
public const LineStyle DashDotDot
Field Value
Type |
---|
LineStyle |
DashDotStroked
A dash followed by a dot stroke, thus rendering a border similar to a barber pole.
Declaration
public const LineStyle DashDotStroked
Field Value
Type |
---|
LineStyle |
DashLargeGap
A dash followed by a large gap.
Declaration
public const LineStyle DashLargeGap
Field Value
Type |
---|
LineStyle |
DashSmallGap
A dash followed by a small gap.
Declaration
public const LineStyle DashSmallGap
Field Value
Type |
---|
LineStyle |
Dot
Dots.
Declaration
public const LineStyle Dot
Field Value
Type |
---|
LineStyle |
Double
Double solid lines.
Declaration
public const LineStyle Double
Field Value
Type |
---|
LineStyle |
DoubleWavy
Double wavy solid lines.
Declaration
public const LineStyle DoubleWavy
Field Value
Type |
---|
LineStyle |
Emboss3D
The border appears to have a 3-D embossed look.
Declaration
public const LineStyle Emboss3D
Field Value
Type |
---|
LineStyle |
Engrave3D
The border appears to have a 3-D engraved look.
Declaration
public const LineStyle Engrave3D
Field Value
Type |
---|
LineStyle |
Inset
The border appears to be inset.
Declaration
public const LineStyle Inset
Field Value
Type |
---|
LineStyle |
None
No border.
Declaration
public const LineStyle None
Field Value
Type |
---|
LineStyle |
Outset
The border appears to be outset.
Declaration
public const LineStyle Outset
Field Value
Type |
---|
LineStyle |
Single
A single solid line.
Declaration
public const LineStyle Single
Field Value
Type |
---|
LineStyle |
SingleWavy
A single wavy solid line.
Declaration
public const LineStyle SingleWavy
Field Value
Type |
---|
LineStyle |
Thick
Additional enums supported in Microsoft word in the XML level as well as by DocIO.
Declaration
public const LineStyle Thick
Field Value
Type |
---|
LineStyle |
ThickThinLargeGap
An internal single thick solid line surrounded by a single thin solid line with a large gap between them.
Declaration
public const LineStyle ThickThinLargeGap
Field Value
Type |
---|
LineStyle |
ThickThinMediumGap
An internal single thick solid line surrounded by a single thin solid line with a medium gap between them.
Declaration
public const LineStyle ThickThinMediumGap
Field Value
Type |
---|
LineStyle |
ThickThinSmallGap
An internal single thick solid line surrounded by a single thin solid line with a small gap between them.
Declaration
public const LineStyle ThickThinSmallGap
Field Value
Type |
---|
LineStyle |
ThinThickLargeGap
An internal single thin solid line surrounded by a single thick solid line with a large gap between them.
Declaration
public const LineStyle ThinThickLargeGap
Field Value
Type |
---|
LineStyle |
ThinThickMediumGap
An internal single thin solid line surrounded by a single thick solid line with a medium gap between them.
Declaration
public const LineStyle ThinThickMediumGap
Field Value
Type |
---|
LineStyle |
ThinThickSmallGap
An internal single thin solid line surrounded by a single thick solid line with a small gap between them.
Declaration
public const LineStyle ThinThickSmallGap
Field Value
Type |
---|
LineStyle |
ThinThickThinLargeGap
An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a large gap between all lines.
Declaration
public const LineStyle ThinThickThinLargeGap
Field Value
Type |
---|
LineStyle |
ThinThickThinMediumGap
An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a medium gap between all lines.
Declaration
public const LineStyle ThinThickThinMediumGap
Field Value
Type |
---|
LineStyle |
ThinThickThinSmallGap
An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a small gap between all lines.
Declaration
public const LineStyle ThinThickThinSmallGap
Field Value
Type |
---|
LineStyle |
Triple
Three solid thin lines.
Declaration
public const LineStyle Triple
Field Value
Type |
---|
LineStyle |