Skip to main content

TdxTileBarPosition Enum

Enumerates tile bar control positioning options.

Declaration

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

Members

Name
tbpTop
tbpBottom
tbpLeft
tbpRight

Remarks

Options include:

Value Description
tpbTop The 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.
tbpBottom The 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.
tbpLeft The 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.
tbpRight The 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