Enum BorderStyle
Represents the style of the border.
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum BorderStyle
Dashed
Represent border with dashed line.
DashSmallGap
Represent border with dashed small gap line.
Dotted
Represent border with dotted line.
None
Represent border that will not be rendered.
Single
Represent border with single line.