ClassBorderStyle
A class used to specify the style of the border of an item.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
public class BorderStyle : BorderBase
Inheritance: objectBorderBaseBorderStyle
Properties
Bottom
Gets or sets the bottom style of the border.
Declaration
public BorderType Bottom { get; set; }
Property Value
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
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
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
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
A BorderType object specifying the top border style.
Methods
ToString()
Internal use only
Declaration
public override string ToString()
Returns
string
Overrides