Skip to main content

PrintTextOptions.HAlignment Property

Specifies the horizontal alignment of text.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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