PdfChoiceFormFieldFacade<T>.TextJustification Property
Gets or sets how the text is aligned in the form field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<PdfTextJustification> | Indicates the text justification type. |
Available values:
Name | Description |
---|---|
LeftJustified | The left justified form of justification is used in displaying the text. |
Centered | The centered form of justification is used in displaying the text. |
RightJustified | The right justified form of justification is used in displaying the text. |
See Also