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