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