TileViewItemOptions.VerticalContentAlignment Property
Gets or sets the vertical alignment mode for the TileView content.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(VertAlignment.Default)]
[XtraSerializableProperty]
public VertAlignment VerticalContentAlignment { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| VertAlignment | Default | A VertAlignment enumerator value that specifies the vertical alignment mode for the TileView content. |
Available values:
| Name | Description |
|---|---|
| Default | Places the text to its default position. The default position is in the center of an object. |
| Top | Places the text to the top of an object. |
| Center | Centers the text within an object. |
| Bottom | Places the text to the bottom of an object. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to VerticalContentAlignment |
|---|---|
| TileView |
|
See Also