Class PdfContentStyle
Defines pdf cell style options.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfContentStyle : PdfElementStyle
Constructors
PdfContentStyle()
Declaration
public PdfContentStyle()
Properties
DashStyle
Defines the dash style.
Declaration
public PdfDashStyle DashStyle { get; set; }
Property Value
Type |
---|
PdfDashStyle |
FontSize
Defines the font size.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
HAlign
Defines the horizontal alignment.
Declaration
public PdfHorizontalAlign HAlign { get; set; }
Property Value
Type |
---|
PdfHorizontalAlign |
PenColor
Defines the pen color.
Declaration
public string PenColor { get; set; }
Property Value
Type |
---|
System.String |
PenSize
Defines the pen size.
Declaration
public double PenSize { get; set; }
Property Value
Type |
---|
System.Double |
TextBrushColor
Defines the text brush color.
Declaration
public string TextBrushColor { get; set; }
Property Value
Type |
---|
System.String |
TextPenColor
Defines the text pen color.
Declaration
public string TextPenColor { get; set; }
Property Value
Type |
---|
System.String |
VAlign
Defines the vertical alignment.
Declaration
public PdfVerticalAlign VAlign { get; set; }
Property Value
Type |
---|
PdfVerticalAlign |