TextExportSettings.SetHorizontalAlignment(DependencyObject, HorizontalAlignment) Method
Sets the value of the TextExportSettings.HorizontalAlignment attached property to a specified DependencyObject.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static void SetHorizontalAlignment(
DependencyObject obj,
HorizontalAlignment value
)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | DependencyObject | The object to which the attached property is written. |
| value | HorizontalAlignment | The required HorizontalAlignment value. |
See Also