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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(TileItemContentAlignment.Default)]
[DXCategory("Appearance")]
public TileItemContentAlignment TextAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tile |
Default | A Tile |
Available values:
Name | Description |
---|---|
Default | Default content alignment. |
Top |
Content appears vertically aligned on the top, and horizontally aligned on the left. |
Top |
Content appears vertically aligned on the top, and horizontally aligned at the center. |
Top |
Content appears vertically aligned on the top, and horizontally aligned on the right. |
Middle |
Content appears vertically aligned at the center, and horizontally aligned on the left. |
Middle |
Content is horizontally and vertically aligned at the center. |
Middle |
Content appears vertically aligned at the center, and horizontally aligned on the right. |
Bottom |
Content appears vertically aligned at the bottom, and horizontally aligned on the left. |
Bottom |
Content appears vertically aligned at the bottom, and horizontally aligned at the center. |
Bottom |
Content appears vertically aligned at the bottom, and horizontally aligned on the right. |
Manual | Indicates that manual text alignment, based on the Tile |
#Remarks
The TextAlignment property is obsolete. Use the TileItemElement.TextAlignment instead.