EnumBorderStyle
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:
cs-api-definition
public enum BorderStyle
Fields
DashSmallGap
Represents a border with a dashed line pattern that has smaller gaps between dashes.
Dashed
Represents a border with a standard dashed line pattern.
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.