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 | | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Closing | (None) | (None) | | | Pressed | (None) | (None) | | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Start | (None) | Begins the spinner animation. | | Sub | Stop | (None) | Ends the spinner animation. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AnimationLength | Integer | Nil | Length of each animation cycle in milliseconds. | | AnimationType | AnimationTypes | Nil | Type of animation to use. | | BackgroundColor | ColorGroup | Nil | Color applied to the control's entire background. | | BorderColor | ColorGroup | Nil | Color applied to the control's border. | | BorderRadius | Double | Nil | Radius of the control's border corners. | | BorderSize | Integer | Nil | Size of the control's border in points. | | ColorizeIcon | Boolean | Nil | Overlays visible areas of the icon with IconColor when True. | | Icon | Picture | Nil | Icon used for the spinner content. | | IconColor | ColorGroup | Nil | Color applied to the spinner icon when ColorizeIcon = True. | | IconSize | Integer | Nil | Drawing size (applied to width and height) of the spinner icon. | | Private | As | = | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | = | | | Private | As | = | | | Private | As | = | | | Private | As | = | | | Private | As | = | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | = | | | Private | As | = | | | Private | As | = | | | Private | As | = | | | Private | As | Nil | | | Reverse | Boolean | True | Reverses animation progress when True. |