Class PdfBorder
Defines the border options for PDF export.
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfBorder
Constructors
PdfBorder()
Declaration
public PdfBorder()
Properties
Color
Defines the border color.
Declaration
[JsonPropertyName("color")]
public string Color { get; set; }
Property Value
| Type |
|---|
| string |
DashStyle
Defines the border dash style.
Declaration
[JsonPropertyName("dashStyle")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public PdfBorderStyle DashStyle { get; set; }
Property Value
| Type |
|---|
| PdfBorderStyle |
Width
Defines the border width.
Declaration
[JsonPropertyName("width")]
public int Width { get; set; }
Property Value
| Type |
|---|
| int |