IntegerSpinnerFieldDefinition
Creates a "spinner"-style setup, with a
TextBox control and + and -
RepeatButton controls for adjusting the numeric value of the field.
Properties
public int MinimumValue { get; set; } Sets or returns the minimum value of the field.
public int MaximumValue { get; set; } Sets or returns the maximum value of the field.
public TextBox TextBox { get; } Returns a reference to the TextBox control.
public RepeatButton UpButton { get; } Returns a reference to the "+" button.
public RepeatButton DownButton { get; } Returns a reference to the "-" button.
Controls Created:
- ContentControl (ContainerControl)
- DockPanel
- TextBox (InputControl)
- Grid
- RepeatButton
- RepeatButton