TdxTileBarItemSize Enum
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