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; }
Public Property Increment As Single
Get
Set
member Increment : float32 with get, set
Property Value
Type:
SingleThe increment.
See Also