Enum
BorderStyle

Defines the visual appearance of borders for paragraphs, tables, and table cells, supporting solid, dashed, decorative, and three-dimensional line styles.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum BorderStyle

Fields

DashDotStroked

Renders a line with alternating thin and thick strokes.

Declaration

cs-api-definition
DashDotStroked = 22

Field Value

BorderStyle

DashSmallGap

Renders a dashed line with minimal spacing between dashes.

Declaration

cs-api-definition
DashSmallGap = 5

Field Value

BorderStyle

Dashed

Renders a single line composed of dashes.

Declaration

cs-api-definition
Dashed = 4

Field Value

BorderStyle

DotDash

Renders an alternating pattern of dots and dashes.

Declaration

cs-api-definition
DotDash = 6

Field Value

BorderStyle

DotDotDash

Renders a repeating pattern of two dots followed by a dash.

Declaration

cs-api-definition
DotDotDash = 7

Field Value

BorderStyle

Dotted

Renders a single line composed of dots.

Declaration

cs-api-definition
Dotted = 3

Field Value

BorderStyle

Double

Renders two parallel solid lines.

Declaration

cs-api-definition
Double = 8

Field Value

BorderStyle

DoubleWave

Renders two parallel wavy lines.

Declaration

cs-api-definition
DoubleWave = 21

Field Value

BorderStyle

Inherit

Inherits border settings from the parent style or table; for table cells, resolves to the table's border settings.

Declaration

cs-api-definition
Inherit = 0

Field Value

BorderStyle

Inset

Renders a border with shading that creates a sunken, carved appearance.

Declaration

cs-api-definition
Inset = 26

Field Value

BorderStyle

None

Removes the border entirely; table cells with this style do not inherit borders from the table.

Declaration

cs-api-definition
None = 1

Field Value

BorderStyle

Outset

Renders a border with shading that creates a raised, button-like appearance.

Declaration

cs-api-definition
Outset = 25

Field Value

BorderStyle

Single

Renders a single solid line.

Declaration

cs-api-definition
Single = 2

Field Value

BorderStyle

Thick

Renders a single bold line thicker than the standard single style.

Declaration

cs-api-definition
Thick = 10

Field Value

BorderStyle

ThickThinLargeGap

Renders a thick line followed by a thin line separated by a large gap.

Declaration

cs-api-definition
ThickThinLargeGap = 13

Field Value

BorderStyle

ThickThinMediumGap

Renders a thick line followed by a thin line separated by a medium gap.

Declaration

cs-api-definition
ThickThinMediumGap = 12

Field Value

BorderStyle

ThickThinSmallGap

Renders a thick line followed by a thin line separated by a small gap.

Declaration

cs-api-definition
ThickThinSmallGap = 11

Field Value

BorderStyle

ThinThickLargeGap

Renders a thin line followed by a thick line separated by a large gap.

Declaration

cs-api-definition
ThinThickLargeGap = 16

Field Value

BorderStyle

ThinThickMediumGap

Renders a thin line followed by a thick line separated by a medium gap.

Declaration

cs-api-definition
ThinThickMediumGap = 15

Field Value

BorderStyle

ThinThickSmallGap

Renders a thin line followed by a thick line separated by a small gap.

Declaration

cs-api-definition
ThinThickSmallGap = 14

Field Value

BorderStyle

ThinThickThinLargeGap

Renders thin, thick, and thin lines with large gaps between them.

Declaration

cs-api-definition
ThinThickThinLargeGap = 19

Field Value

BorderStyle

ThinThickThinMediumGap

Renders thin, thick, and thin lines with medium gaps between them.

Declaration

cs-api-definition
ThinThickThinMediumGap = 18

Field Value

BorderStyle

ThinThickThinSmallGap

Renders thin, thick, and thin lines with small gaps between them.

Declaration

cs-api-definition
ThinThickThinSmallGap = 17

Field Value

BorderStyle

ThreeDEmboss

Renders a three-stage gradient effect that appears raised, darkening toward the content.

Declaration

cs-api-definition
ThreeDEmboss = 23

Field Value

BorderStyle

ThreeDEngrave

Renders a three-stage gradient effect that appears recessed, darkening away from the content.

Declaration

cs-api-definition
ThreeDEngrave = 24

Field Value

BorderStyle

Triple

Renders three parallel solid lines.

Declaration

cs-api-definition
Triple = 9

Field Value

BorderStyle

Wave

Renders a single wavy line.

Declaration

cs-api-definition
Wave = 20

Field Value

BorderStyle