ClassBorderWidth
Class
A class used to specify the width of the border of an item.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class BorderWidth : BorderBase
Inheritance: objectBorderBaseBorderWidth
Properties
Bottom
Gets or sets the bottom width of the border.
Default
Gets or sets the default width of the border.
Left
Gets or sets the left width of the border.
Right
Gets or sets the right width of the border.
Methods
ToString()
TODO: Add documentation.
Declaration
cs-api-definition
public override string ToString()
Returns
string
Overrides