Back to Devexpress

TdxTileBarPosition Enum

vcl-dxtilebar-f8e821ed.md

latest1.7 KB
Original Source

TdxTileBarPosition Enum

Enumerates tile bar control positioning options.

Declaration

delphi
TdxTileBarPosition = (
    tbpTop,
    tbpBottom,
    tbpLeft,
    tbpRight
);

Members

Name
tbpTop
tbpBottom
tbpLeft
tbpRight

Remarks

Options include:

ValueDescription
tpbTopThe tile bar control is aligned to its parent’s top border. You can change only the control’s height, since the control’s width matches the parent width in this mode. The tile’s popup control, if present, has the same width as the tile bar control.
tbpBottomThe tile bar control is aligned to its parent’s bottom border. You can change only the control’s height, since the control’s width matches the parent width in this mode. The tile’s popup control, if present, has the same width as the tile bar control.
tbpLeftThe tile bar control is aligned to the parent’s left border. You can change only the control’s width, since the control’s height matches the parent height in this mode. The tile’s popup control, if present, has the same height as the tile bar control.
tbpRightThe tile bar control is aligned to the parent’s right border. You can change only the control’s width, since the control’s height matches the parent height in this mode. The tile’s popup control, if present, has the same height as the tile bar control.

The TdxTileBarPosition type is referenced by the tile bar control’s OptionsView.Position property.

See Also

dxTileBar Unit