Class SideBorder
Inheritance
System.Object
    SideBorder
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public abstract class SideBorder
  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   |