Click or drag to resize

SliderValue Property

Gets or sets the current slider value.

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

Property Value

Type: Int32
The value.
See Also