Class Border
Represents a border element.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Border
Constructors
Border()
Border(Double, ColorBase)
Initializes a new instance of the Border class.
Declaration
public Border(double thickness, ColorBase color)
Parameters
System.Double
thickness
The thickness. |
ColorBase
color
The color. |
Border(Double, BorderStyle, ColorBase)
Initializes a new instance of the Border class.
Declaration
public Border(double thickness, BorderStyle borderStyle, ColorBase color)
Parameters
System.Double
thickness
The thickness. |
BorderStyle
borderStyle
The border style. |
ColorBase
color
The color. |
Border(BorderStyle)
Initializes a new instance of the Border class.
Declaration
public Border(BorderStyle borderStyle)
Parameters
BorderStyle
borderStyle
The border style. |
Properties
BorderStyle
Gets the border style.
Declaration
public BorderStyle BorderStyle { get; }
Property Value
BorderStyle
The border style. |
Color
Gets the border color.
Declaration
public ColorBase Color { get; }
Property Value
ColorBase
The color. |
Thickness
Gets the border thickness.
Declaration
public double Thickness { get; }
Property Value
System.Double
The thickness. |