Class BorderStyle
Defines the properties of a border style.
Inheritance
System.Object
BorderStyle
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class BorderStyle : Object
Constructors
BorderStyle()
Declaration
public BorderStyle()
Properties
BorderColor
Gets or sets the color of the border.
Declaration
public Color BorderColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BorderSize
Gets or sets the border size in pixels.
Declaration
public uint BorderSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
BorderSpace
Gets or sets the space between the border and the content in pixels.
Declaration
public uint BorderSpace { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
BorderValue
Gets or sets the border value.
Declaration
public BorderValues BorderValue { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderValues |