ClassBorderColor
Class
A class used to specify the color of the border of an item.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class BorderColor : BorderBase
Inheritance: objectBorderBaseBorderColor
Properties
Bottom
Gets or sets the bottom color of the border.
Declaration
cs-api-definition
public Color Bottom { get; set; }
Property Value
Color
The bottom border Color.
Default
Gets or sets the default color of the border.
Declaration
cs-api-definition
public Color Default { get; set; }
Property Value
Color
The default border Color.
Left
Gets or sets the left color of the border.
Declaration
cs-api-definition
public Color Left { get; set; }
Property Value
Color
The left border Color.
Right
Gets or sets the right color of the border.
Declaration
cs-api-definition
public Color Right { get; set; }
Property Value
Color
The right border Color.
Top
Gets or sets the top color of the border.
Declaration
cs-api-definition
public Color Top { get; set; }
Property Value
Color
The top border Color.
Methods
ToString()
TODO: Add documentation.
Declaration
cs-api-definition
public override string ToString()
Returns
string
Overrides