Enum BorderStyle
Specifies the visual appearance style of a border in a document.
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum BorderStyle
Dashed
Represents a border with a standard dashed line pattern.
DashSmallGap
Represents a border with a dashed line pattern that has smaller gaps between dashes.
Dotted
Represents a border with a dotted line pattern.
None
Represents a border that will not be rendered (invisible).
Single
Represents a border with a continuous single line.