GraffitiSuite Docs
Docs
Graffitibuttongroupitem
Loading document parsing libraries...
# GraffitiButtonGroupItem Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | IconPositions | Left <br> Right | Supported icon positions relative to text. | | WidthTypes | Auto <br> Fixed <br> Percentage | Supported width models. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | icon as Picture | (None) | Creates a new instance of the class. | | Constructor | text as String <br> icon as Picture = nil | (None) | Creates a new instance of the class. | | getTextColor | (None) | ColorGroup | | | Invalidate | refreshNow as Boolean = True | (None) | Signals that this item needs to be redrawn. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | ActualWidth | Double | Nil | | | BackgroundColorDefault | ColorGroup | Nil | | | BackgroundColorDisabled | ColorGroup | Nil | | | BackgroundColorSelected | ColorGroup | Nil | | | Bounds | Rect | Nil | | | Enabled | Boolean | Nil | | | Icon | Picture | Nil | | | IconColor | ColorGroup | Nil | | | IconPosition | IconPositions | Nil | | | image | Picture | Nil | | | mActualWidth | Double | Nil | | | mParent | WeakRef | Nil | | | Selected | Boolean | Nil | | | Tag | Variant | Nil | Developer storage. | | Text | String | Nil | | | TextColorDefault | ColorGroup | Nil | | | TextColorDisabled | ColorGroup | Nil | | | TextColorSelected | ColorGroup | Nil | | | Visible | Boolean | Nil | | | WidthType | WidthTypes | Nil | | | WidthValue | Integer | Nil | |