Back to Devexpress

TextBrick.HorzAlignment Property

corelibraries-devexpress-dot-xtraprinting-dot-textbrick-cdea337b.md

latest1.5 KB
Original Source

TextBrick.HorzAlignment Property

Gets or sets the horizontal alignment of the text.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public HorzAlignment HorzAlignment { get; set; }
vb
Public Property HorzAlignment As HorzAlignment

Property Value

TypeDescription
HorzAlignment

A HorzAlignment value that specifies the horizontal alignment of the text.

|

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

VertAlignment

TextBrick Class

TextBrick Members

DevExpress.XtraPrinting Namespace