TextExportSettings.HorizontalAlignment Attached Property
Gets or sets the horizontal text alignment.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetHorizontalAlignment(DependencyObject) and SetHorizontalAlignment(DependencyObject, HorizontalAlignment).
Returns
Type | Description |
---|---|
HorizontalAlignment | A HorizontalAlignment enumeration value. |
See Also