BorderStyle
Class
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; }
A BorderType object specifying the bottom border style.
Gets or sets the default style of the border.
C#
public BorderType Default { get; set; }
A BorderType object specifying the default border style.
Gets or sets the left style of the border.
C#
public BorderType Left { get; set; }
A BorderType object specifying the left border style.
Gets or sets the right style of the border.
C#
public BorderType Right { get; set; }
A BorderType object specifying the right border style.
Gets or sets the top style of the border.
C#
public BorderType Top { get; set; }
A BorderType object specifying the top border style.
Methods
ToString()
string
Internal use only
C#
public override string ToString()
string
Overrides: