BorderStyle
Enum
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:
C#
public enum BorderStyle
Fields
Represents a border with a standard dashed line pattern.
C#
Dashed = 3
Represents a border with a dashed line pattern that has smaller gaps between dashes.
C#
DashSmallGap = 4
Represents a border with a dotted line pattern.
C#
Dotted = 2
Represents a border that will not be rendered (invisible).
C#
None = 0
Represents a border with a continuous single line.
C#
Single = 1