Click or drag to resize

ThemedSpinnerHandlerNumberOfVisibleElements Property

Gets or sets the number of visible elements while animating. This must be less than or equal to NumberOfElements

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

Property Value

Type: Int32
The number of visible elements.
See Also