Back to Devexpress

TdxTileBarOptionsView.Position Property

vcl-dxtilebar-dot-tdxtilebaroptionsview.md

latest1.0 KB
Original Source

TdxTileBarOptionsView.Position Property

Switches between modes of the tile bar control positioning within a client area.

Declaration

delphi
property Position: TdxTileBarPosition read; write; default tbpTop;

Property Value

TypeDefault
TdxTileBarPositiontbpTop

Remarks

Use this property to align a tile bar control to the left, top, right, or bottom border of the parent control or form. The Position property also affects the position and dimensions of a control associated with an individual tile. Refer to the TdxTileBarPosition type description for additional information.

The Position property’s default value is tbpTop.

See Also

TdxTileBarOptionsView Class

TdxTileBarOptionsView Members

dxTileBar Unit