PdfGridStyleBase
TextPen Property
|
Gets or sets the text pen.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPen TextPen { get; set; }
Public Property TextPen As PdfPen
Get
Set
public:
property PdfPen^ TextPen {
PdfPen^ get ();
void set (PdfPen^ value);
}
member TextPen : PdfPen with get, set
Property Value
Type:
PdfPen
The text pen.
See Also