GraffitiSuite Docs
Docs
Graffitioptionbutton
Loading document parsing libraries...
# GraffitiOptionButton Class Inherits GraffitiUIControl ## About A highly configurable custom check or radio button control that allows you to create the UI you desire. ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Alignments | Left <br> Right | Supported value icon alignments relative to text. | | States | Negative <br> Positive <br> Indeterminate | Supported value states. | | Types | Check <br> Radio <br> Button | Supported display types. | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Opening | (None) | (None) | | | ValueChanged | (None) | (None) | Raised when the value has changed. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Alignment | GraffitiOptionButton.Alignments | Nil | | | BackgroundColorIndeterminate | ColorGroup | Nil | | | BackgroundColorNegative | ColorGroup | Nil | | | BackgroundColorPositive | ColorGroup | Nil | | | BorderColorIndeterminate | ColorGroup | Nil | | | BorderColorNegative | ColorGroup | Nil | | | BorderColorPositive | ColorGroup | Nil | | | BorderRadius | Integer | Nil | | | BorderSize | Integer | Nil | | | GroupName | String | Nil | Signifier for radio behavior group. | | IconColorIndeterminate | ColorGroup | Nil | | | IconColorNegative | ColorGroup | Nil | | | IconColorPositive | ColorGroup | Nil | | | IconFalse | Picture | Nil | | | IconIndeterminate | Picture | Nil | | | IconSize | Integer | Nil | | | IconTrue | Picture | Nil | | | ParentView | Object | Nil | | | State | GraffitiOptionButton.States | Nil | | | Text | String | Nil | | | TextColorIndeterminate | ColorGroup | Nil | | | TextColorNegative | ColorGroup | Nil | | | TextColorPositive | ColorGroup | Nil | | | TextFont | Font | Nil | | | Type | GraffitiOptionButton.Types | Nil | | | Value | Boolean | Nil | |