Class PdfBorder
Defines the border options for PDF export.
Inheritance
System.Object
PdfBorder
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfBorder : Object
Constructors
PdfBorder()
Declaration
public PdfBorder()
Properties
Color
Defines the border color.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
DashStyle
Defines the border dash style.
Declaration
public PdfBorderStyle DashStyle { get; set; }
Property Value
Type |
---|
PdfBorderStyle |
Width
Defines the border width.
Declaration
public int Width { get; set; }
Property Value
Type |
---|
System.Int32 |