Skip to main content
A newer version of this page is available. .

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; }

Property Value

Type Description
HorzAlignment

A HorzAlignment value, specifying the text horizontal alignment.

Available values:

Name Description
Default

Places an object or text at the default position, which is determined by a control.

Near

Places an object/text at a near position.

Center

Centers an object or text within a region.

Far

Places an object/text at a far position.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HAlignment
Cross-Platform Class Library PrintAppearanceObject
.TextOptions.HAlignment
Reporting XRAppearanceObject
.TextOptions.HAlignment
See Also