Class
BorderWidth

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.

Declaration

cs-api-definition
public Unit Bottom { get; set; }

Property Value

Unit

A Unit
specifying the bottom border width.

Default

Gets or sets the default width of the border.

Declaration

cs-api-definition
public Unit Default { get; set; }

Property Value

Unit

A Unit
specifying the default border width.

Left

Gets or sets the left width of the border.

Declaration

cs-api-definition
public Unit Left { get; set; }

Property Value

Unit

A Unit
specifying the left border width.

Right

Gets or sets the right width of the border.

Declaration

cs-api-definition
public Unit Right { get; set; }

Property Value

Unit

A Unit
specifying the right border width.

Top

Gets or sets the top width of the border.

Declaration

cs-api-definition
public Unit Top { get; set; }

Property Value

Unit

A Unit
specifying the top border width.

Methods

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()