Enum
BorderStyle

Border line styles used when stroking element outlines during rendering.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Editing

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public enum BorderStyle

Fields

DashSmallGap

Represents a border with a dashed line pattern that has smaller gaps between dashes.

Declaration

cs-api-definition
DashSmallGap = 4

Field Value

BorderStyle

Dashed

Represents a border with a standard dashed line pattern.

Declaration

cs-api-definition
Dashed = 3

Field Value

BorderStyle

Dotted

Represents a border with a dotted line pattern.

Declaration

cs-api-definition
Dotted = 2

Field Value

BorderStyle

None

Represents a border that will not be rendered (invisible).

Declaration

cs-api-definition
None = 0

Field Value

BorderStyle

Single

Represents a border with a continuous single line.

Declaration

cs-api-definition
Single = 1

Field Value

BorderStyle

In this article
DefinitionFieldsDashSmallGapDashedDottedNoneSingle
Not finding the help you need?
Contact Support