Back to Devexpress

XRAppearanceObject.TextHorizontalAlignment Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrappearanceobject-2c1396ba.md

latest1.6 KB
Original Source

XRAppearanceObject.TextHorizontalAlignment Property

Specifies the horizontal text alignment.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
public override HorzAlignment TextHorizontalAlignment { get; set; }
vb
<Browsable(True)>
Public Overrides Property TextHorizontalAlignment As HorzAlignment

Property Value

TypeDescription
HorzAlignment

A HorzAlignment enumeration value that specifies the text alignment.

|

Available values:

NameDescription
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.

|

See Also

XRAppearanceObject Class

XRAppearanceObject Members

DevExpress.XtraReports.UI Namespace