TdxTileBarOptionsView.Position Property
Switches between modes of the tile bar control positioning within a client area.
Declaration
property Position: TdxTileBarPosition read; write; default tbpTop;
Property Value
Type | Default |
---|---|
TdxTileBarPosition | tbpTop |
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