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