WidgetAnnotation.TextAlignment Property
Gets or sets the form field widget’s text alignment.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| FormFieldTextAlignment | The text alignment. |
Available values:
| Name | Description |
|---|---|
| Near | Text is aligned near to the origin position of a field rectangle. |
| Center | Text is aligned in the center of a field rectangle. |
| Far | Text is aligned far from the origin position of a field rectangle. |
See Also