Class SideBorder
Inheritance
System.Object
SideBorder
Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public abstract class SideBorder : Object
Constructors
SideBorder()
Declaration
protected SideBorder()
Properties
Color
Gets or sets the color of the object.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the color value, which could be a color name or a hexadecimal color code. |
Style
Gets or sets the style of the object.
Declaration
public string Style { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that specifies the style attributes or class associated with the object. |
Width
Gets or sets the width of the object.
Declaration
public Size Width { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size | A |