IntegerSliderFieldDefiition
This definition creates a
Slider control for binding to integer properties. The minimum and maximum values of the slider can be set using properties.
Properties
public int MinimumValue { get; set; } Sets or returns the minimum value of the slider control.
public int MaximumValue { get; set; } Sets or returns the maximum value of the slider control.
public System.Windows.Controls.Primitives.TickPlacement TickPlacement { get; set; } Sets or returns the TickPlacement value to apply to the slider control when it is created.
Controls Created:
- Slider (ContainerControl; IntputControl)