GraffitiSuite Docs
Docs
Graffitispinner
Loading document parsing libraries...
# GraffitiSpinner Class Inherits GraffitiUIControl ## About GraffitiSpinner is a beautifully animated control used for signifying that work is currently being done in your UI. ## Enumerations | Name | Value | Description | | --- | :---: | --- | | AnimationTypes | Spin <br > Pulse <br > Bounce <br > Glow <br > FlipHorizontal <br > FlipVertical | (None) | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Closing | (None) | (None) | (None) | | Pressed | (None) | (None) | (None) | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Start | (None) | (None) | Begins the spinner animation. | | Stop | (None) | (None) | Ends the spinner animation. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AnimationLength | Integer | (None) | Length of each animation cycle in milliseconds. | | AnimationType | AnimationTypes | (None) | Type of animation to use. | | BackgroundColor | ColorGroup | (None) | Color applied to the control's entire background. | | BorderColor | ColorGroup | (None) | Color applied to the control's border. | | BorderRadius | Double | (None) | Radius of the control's border corners. | | BorderSize | Integer | (None) | Size of the control's border in points. | | ColorizeIcon | Boolean | (None) | Overlays visible areas of the icon with IconColor when True. | | Icon | Picture | (None) | Icon used for the spinner content. | | IconColor | ColorGroup | (None) | Color applied to the spinner icon when ColorizeIcon = True. | | IconSize | Integer | (None) | Drawing size (applied to width and height) of the spinner icon. | | Reverse | Boolean | True | Reverses animation progress when True. |