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. The bottom border System. |
Default
Gets or sets the default color of the border.
Declaration
public Color Default { get; set; }
Property Value
System. The default border System. |
Left
Gets or sets the left color of the border.
Declaration
public Color Left { get; set; }
Property Value
System. The left border System. |
Right
Gets or sets the right color of the border.
Declaration
public Color Right { get; set; }
Property Value
System. The right border System. |
Top
Gets or sets the top color of the border.
Declaration
public Color Top { get; set; }
Property Value
System. The top border System. |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|