Class Borders
Defines the borders for a specific element.
Inheritance
System.Object
Borders
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class Borders : Object
Constructors
Borders()
Declaration
public Borders()
Properties
BottomBorder
Gets or sets the style of the bottom border.
Declaration
public BorderStyle BottomBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
LeftBorder
Gets or sets the style of the left border.
Declaration
public BorderStyle LeftBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
RightBorder
Gets or sets the style of the right border.
Declaration
public BorderStyle RightBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
TopBorder
Gets or sets the style of the top border.
Declaration
public BorderStyle TopBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |