New to Telerik ReportingStart a free 30-day trial

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

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class BorderStyle : BorderBase

Inheritance: objectBorderBaseBorderStyle

Properties

Gets or sets the bottom style of the border.

C#
public BorderType Bottom { get; set; }
Property Value:

A BorderType object specifying the bottom border style.

Gets or sets the default style of the border.

C#
public BorderType Default { get; set; }
Property Value:

A BorderType object specifying the default border style.

Gets or sets the left style of the border.

C#
public BorderType Left { get; set; }
Property Value:

A BorderType object specifying the left border style.

Gets or sets the right style of the border.

C#
public BorderType Right { get; set; }
Property Value:

A BorderType object specifying the right border style.

Gets or sets the top style of the border.

C#
public BorderType Top { get; set; }
Property Value:

A BorderType object specifying the top border style.

Methods

Internal use only

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()