Table of Contents
Enumerations #
Name | Values |
---|---|
WidthTypes | Auto Fixed Percentage |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | None | GraffitiTabBarItem | Creates a new instance of the class. |
Constructor | icon as Picture | GraffitiTabBarItem | Creates a new instance of the class. |
Constructor | text as String icon as Picture = nil | GraffitiTabBarItem | Creates a new instance of the class. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
HasCloseButton | Boolean | False | Controls whether the item implements a close button. |
Icon | Picture | Nil | Icon displayed within the item. |
Style | GraffitiTabBarStyle | Nil | Allows creating and assigning a custom GraffitiTabBarStyle object to control the appearance of the item. |
Tag | Variant | Nil | Developer storage. |
Text | String | “” | Text displayed within the item. |
Tooltip | String | “” | Text displayed in a tooltip when the user’s mouse cursor hovers over the item. |
Width | Integer | 0 | Width of the item in the display. |
WidthType | GraffitiTabBarItem.WidthTypes | GraffitiTabBarItem.WidthTypes.Auto | Determines how the Width property value is interpreted when the item is drawn. |