GraffitiSuite Docs
Docs
Graffitispinner
Loading document parsing libraries...
# GraffitiSpinner Class Inherits GraffitiWebUIControl ## About A custom spinner component with multiple animation types. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Types | Border <br > Bubble <br > Icon | Supported spinner appearance types. | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Open | (None) | (None) | (None) | | Pressed | (None) | (None) | Raised when the user clicks on the spinner icon. | | Shown | (None) | (None) | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Appearance | Types | (None) | Spinner type to show. | | Icon | String | (None) | FontAwesome Icon to use as a spinner. | | StatusIndicator | WebUIControl.Indicators | (None) | Bootstrap Indicator to apply to the spinner element. | | Style | GraffitiStyle | (None) | GraffitiStyle to apply to the spinner element. |