In This Article

Int32Picker Class

Represents an Int32 picker.

public class Int32Picker : RadialSliderPickerBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control PickerBase RadialSliderPickerBase Object

Constructors

Int32Picker()

Initializes an instance of the Int32Picker class.

public Int32Picker()

Properties

Maximum

Gets or sets the highest possible value.

public int Maximum { get; set; }

Property Value

Int32:

The highest possible value.

Minimum

Gets or sets the lowest possible value.

public int Minimum { get; set; }

Property Value

Int32:

The lowest possible value.

SmallChange

Gets or sets the small change value.

public int SmallChange { get; set; }

Property Value

Int32:

The small change value. The default value is 1.

Value

Gets or sets the value of the control.

public int Value { get; set; }

Property Value

Int32:

The value of the control.

Methods

OnApplyTemplate()

Invoked whenever application code or internal processes call ApplyTemplate.

public override void OnApplyTemplate()

Events

ValueChanged

Occurs after the Value property value changes.

public event EventHandler ValueChanged

Event Type

EventHandler

Fields

MaximumProperty

Identifies the Maximum dependency property. This field is read-only.

public static readonly DependencyProperty MaximumProperty

MinimumProperty

Identifies the Minimum dependency property. This field is read-only.

public static readonly DependencyProperty MinimumProperty

SmallChangeProperty

Identifies the SmallChange dependency property. This field is read-only.

public static readonly DependencyProperty SmallChangeProperty

ValueProperty

Identifies the Value dependency property. This field is read-only.

public static readonly DependencyProperty ValueProperty

Inherited Members

Extension Methods