Click or drag to resize

ThemedSpinnerHandlerIncrement Property

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

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public float Increment { get; set; }

Property Value

Type: Single
The increment.
See Also