ItemList.IconMode/iconMode - multiple declarations
Function ItemList.iconMode
The icon position, whether above or to the left of the text. See the iconmode
constants.
ItemList . IconMode iconMode() nothrow @property @nogc;
void iconMode
(
long v
) nothrow @property @nogc;
Enum ItemList.IconMode
enum IconMode
: int { ... }
Enum members
Name | Description |
---|---|
iconModeLeft
|
Icon is drawn to the left of the text. |
iconModeTop
|
Icon is drawn above the text. |