TdxTileControlItemSize Enum
Enumerates tile item sizes.
Declaration
TdxTileControlItemSize = (
tcisSmall,
tcisRegular,
tcisLarge,
tcisExtraLarge
);
Members
| Name |
|---|
tcisSmall
|
tcisRegular
|
tcisLarge
|
tcisExtraLarge
|
Remarks
Values include:
Value | Description |
|---|---|
|
tcisSmall | A small item, about half the size of a regular item. |
|
tcisRegular | A regular item, which is OptionsView.ItemWidth pixels wide by OptionsView.ItemHeight pixels high. |
|
tcisLarge | A large item, which is 2x as wide as a regular item. |
|
tcisExtraLarge | An extra-large item (a large item that occupies two rows). |
See Also