Class BorderStyle
A class used to specify the style of the border of an item.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class BorderStyle : BorderBase, IBorderStyle
Properties
Bottom
Gets or sets the bottom style of the border.
Declaration
public BorderType Bottom { get; set; }
Property Value
BorderType
A BorderType object specifying the bottom border style. |
Default
Gets or sets the default style of the border.
Declaration
public BorderType Default { get; set; }
Property Value
BorderType
A BorderType object specifying the default border style. |
Left
Gets or sets the left style of the border.
Declaration
public BorderType Left { get; set; }
Property Value
BorderType
A BorderType object specifying the left border style. |
Right
Gets or sets the right style of the border.
Declaration
public BorderType Right { get; set; }
Property Value
BorderType
A BorderType object specifying the right border style. |
Top
Gets or sets the top style of the border.
Declaration
public BorderType Top { get; set; }
Property Value
BorderType
A BorderType object specifying the top border style. |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|