Class PdfContentStyle
Defines pdf cell style options
Inheritance
System.Object
PdfContentStyle
Implements
System.IEquatable<PdfContentStyle>
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfContentStyle : Object, IEquatable<PdfContentStyle>
Constructors
PdfContentStyle()
Declaration
public PdfContentStyle()
Properties
DashStyle
Defines the dash style.
Declaration
public PdfDashStyle DashStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfDashStyle |
FontSize
Defines the font size.
Declaration
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HAlign
Defines the horizontal alignment.
Declaration
public PdfHorizontalAlign HAlign { get; set; }
Property Value
Type | Description |
---|---|
PdfHorizontalAlign |
PenColor
Defines the pen color.
Declaration
public string PenColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PenSize
Defines the pen size.
Declaration
public double PenSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TextBrushColor
Defines the text brush color.
Declaration
public string TextBrushColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextPenColor
Defines the text pen color.
Declaration
public string TextPenColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VAlign
Defines the vertical alignment.
Declaration
public PdfVerticalAlign VAlign { get; set; }
Property Value
Type | Description |
---|---|
PdfVerticalAlign |
Methods
Equals(PdfContentStyle)
Declaration
public bool Equals(PdfContentStyle pdfContentStyle)
Parameters
Type | Name | Description |
---|---|---|
PdfContentStyle | pdfContentStyle |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>