ThemedSpinnerHandler Class |
Namespace: Eto.Forms.ThemedControls
The ThemedSpinnerHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| ThemedSpinnerHandler | Initializes a new instance of the ThemedSpinnerHandler class |
| Name | Description | |
|---|---|---|
| Direction |
Gets or sets the direction to spin
| |
| DisabledAlpha |
Gets or sets the alpha of the marks when the spinner is not spinning (disabled)
| |
| ElementColor |
Gets or sets the main color of each element
| |
| ElementSize |
Gets or sets the size of each element, relative to the control size
| |
| Enabled |
Gets or sets a value indicating whether this ThemedSpinnerHandler is enabled (spinning)
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackEnabled.) | |
| Increment |
Gets or sets the increment for each step when the spinner is animating, where 1 is equal to the distance from one element to the other
| |
| LineCap |
Gets or sets the line cap when the Mode is set to line
| |
| LineThickness |
Gets or sets the line thickness relative to the control size, when the Mode is a Line
| |
| Mode |
Gets or sets the display mode of the spinner (e.g. Line/Circle)
| |
| NumberOfElements |
Gets or sets the number of elements to display
| |
| NumberOfVisibleElements |
Gets or sets the number of visible elements while animating. This must be less than or equal to NumberOfElements | |
| Speed |
Gets or sets the speed of the spinner, in seconds for each tick.
|
| Name | Description | |
|---|---|---|
| Initialize |
Called to initialize this widget after it has been constructed
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackInitialize.) | |
| OnLoadComplete |
Called after all other controls have been loaded
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackOnLoadComplete(EventArgs).) | |
| OnUnLoad |
Called when the control is unloaded, which is when it is not currently on a displayed window
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackOnUnLoad(EventArgs).) |