Class
BorderStyle

A class used to specify the style of the border of an item.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class BorderStyle : BorderBase

Inheritance: objectBorderBaseBorderStyle

Properties

Bottom

Gets or sets the bottom style of the border.

Declaration

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

Property Value

BorderType

A BorderType object specifying the bottom border style.

Default

Gets or sets the default style of the border.

Declaration

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

Property Value

BorderType

A BorderType object specifying the default border style.

Left

Gets or sets the left style of the border.

Declaration

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

Property Value

BorderType

A BorderType object specifying the left border style.

Right

Gets or sets the right style of the border.

Declaration

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

Property Value

BorderType

A BorderType object specifying the right border style.

Top

Gets or sets the top style of the border.

Declaration

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

Property Value

BorderType

A BorderType object specifying the top border style.

Methods

ToString()

Internal use only

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()