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

TileViewItemOptions.VerticalContentAlignment Property

Gets or sets the vertical alignment mode for the TileView content.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(VertAlignment.Default)]
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
.OptionsTiles.VerticalContentAlignment
See Also