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

TileItem.TextAlignment Property

Gets or sets the first text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(TileItemContentAlignment.Default)]
[DXCategory("Appearance")]
[SmartTagProperty("Text Alignment", "Appearance", 1)]
public TileItemContentAlignment TextAlignment { get; set; }

Property Value

Type Default Description
TileItemContentAlignment **Default**

A TileItemContentAlignment enumerator value specifying corresponding alignment settings.

Available values:

Show 11 items
Name Description
Default

Default content alignment.

TopLeft

Content appears vertically aligned on the top, and horizontally aligned on the left.

TopCenter

Content appears vertically aligned on the top, and horizontally aligned at the center.

TopRight

Content appears vertically aligned on the top, and horizontally aligned on the right.

MiddleLeft

Content appears vertically aligned at the center, and horizontally aligned on the left.

MiddleCenter

Content is horizontally and vertically aligned at the center.

MiddleRight

Content appears vertically aligned at the center, and horizontally aligned on the right.

BottomLeft

Content appears vertically aligned at the bottom, and horizontally aligned on the left.

BottomCenter

Content appears vertically aligned at the bottom, and horizontally aligned at the center.

BottomRight

Content appears vertically aligned at the bottom, and horizontally aligned on the right.

Manual

Indicates that manual text alignment, based on the TileItemElement.TextLocation coordinates, should be used.

Remarks

The TextAlignment property is obsolete. Use the TileItemElement.TextAlignment instead.

See Also