Represents a border style with color and line style.
Object
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public class BorderStyleRepresents a border style with color and line style.
public BorderStyle()Gets or sets the border color.
public string Color { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the border color. |
Gets or sets the border line style.
public Documents.Spreadsheet.BorderLineStyle LineStyle { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.BorderLineStyle | Gets or sets the border line style. |
Creates a copy of this border style.
public Documents.Spreadsheet.BorderStyle Clone()
| Type | Description |
|---|---|
| Documents.Spreadsheet.BorderStyle |