A newer version of this page is available.
Switch to the current version.
PrintTextOptions.HAlignment Property
Specifies the horizontal alignment of text.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
public virtual HorzAlignment HAlignment { get; set; }
<XtraSerializableProperty>
Public Overridable Property HAlignment As HorzAlignment
Property Value
Type | Description |
---|---|
HorzAlignment | A HorzAlignment value, specifying the text horizontal alignment. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to HAlignment |
---|---|---|
Cross-Platform Class Library | PrintAppearanceObject |
|
Reporting | XRAppearanceObject |
|
XRAppearanceObject |
|
See Also
Feedback