Skip to main content

TdxTileBarItemSize Enum

Enumerates predefined sizes of a tile item within the tile bar control.

Declaration

TdxTileBarItemSize = (
    tbisRegular,
    tbisLarge
);

Members

Name
tbisRegular
tbisLarge

Remarks

Options include:

Value Description
tbisRegular A regular tile, which is OptionsView.ItemWidth pixels wide by OptionsView.ItemHeight pixels high.
tbisLarge A large tile, which is twice as wide as a regular item.

The TdxTileBarItemSize type is referenced by the tile item’s Size property.

See Also