Back to Devexpress

TdxTileBarItemSize Enum

vcl-dxtilebar-9524a413.md

latest1.1 KB
Original Source

TdxTileBarItemSize Enum

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

Declaration

delphi
TdxTileBarItemSize = (
    tbisRegular,
    tbisLarge
);

Members

Name
tbisRegular
tbisLarge

Remarks

Options include:

ValueDescription
tbisRegularA regular tile, which is OptionsView.ItemWidth pixels wide by OptionsView.ItemHeight pixels high.
tbisLargeA 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

TdxCustomTileBar.CreateItem

TdxTileBarItem.Size

dxTileBar Unit