Enum BorderStyle
Describes the possible types for the style of the border.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum BorderStyle
DashDotStroked
Specifies that the border should consist line with a series of alternating thin and thick strokes.
Dashed
Specifies that the border should be from one dashed line.
DashSmallGap
Specifies that the border should be from one dashed line with small gaps.
DotDash
Specifies that the border should be from alternating dotted and dashed line.
DotDotDash
Specifies that the border should be from alternating dotted, dotted, dashed line.
Dotted
Specifies that the border should be from one doted line.
Double
Specifies that the border should be from double line.
DoubleWave
Specifies that the border should be from double wavy line.
Inherit
Specifies that no border should be applied. If set to a table cell this value indicates that the table border should be calculated based on the table style.
Inset
Specifies that the border should consist inset set of lines.
None
Specifies that no border should be applied on this element. Table cell borders will not inherit their value from the containing table.
Outset
Specifies that the border should consist outset set of lines.
Single
Specifies that the border should be from one line.
Thick
Specifies that the border should be from one heavy line.
ThickThinLargeGap
Specifies that the border should consist thick line followed by thin line with large gap between them.
ThickThinMediumGap
Specifies that the border should consist thick line followed by thin line with medium gap between them.
ThickThinSmallGap
Specifies that the border should consist thick line followed by thin line with small gap between them.
ThinThickLargeGap
Specifies that the border should consist thin line followed by thick line with large gap between them.
ThinThickMediumGap
Specifies that the border should consist thin line followed by thick line with medium gap between them.
ThinThickSmallGap
Specifies that the border should consist thin line followed by thick line with small gap between them.
ThinThickThinLargeGap
Specifies that the border should consist thin line followed by thick line followed by thin line with large gap between them.
ThinThickThinMediumGap
Specifies that the border should consist thin line followed by thick line followed by thin line with medium gap between them.
ThinThickThinSmallGap
Specifies that the border should consist thin line followed by thick line followed by thin line with small gap between them.
ThreeDEmboss
Specifies that the border should consist three staged gradient lines, which are getting darker toward the content.
ThreeDEngrave
Specifies that the border should consist three staged gradient lines, which are getting darker away from the content.
Triple
Specifies that the border should be from triple line.
Wave
Specifies that the border should be from one wavy line.