In This Article

Int16Picker Class

Represents an Int16 picker.

public class Int16Picker : RadialSliderPickerBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control PickerBase RadialSliderPickerBase Object

Constructors

Int16Picker()

Initializes an instance of the Int16Picker class.

public Int16Picker()

Properties

Maximum

Gets or sets the highest possible value.

public short Maximum { get; set; }

Property Value

System.Int16:

The highest possible value.

Minimum

Gets or sets the lowest possible value.

public short Minimum { get; set; }

Property Value

System.Int16:

The lowest possible value.

SmallChange

Gets or sets the small change value.

public short SmallChange { get; set; }

Property Value

System.Int16:

The small change value. The default value is 1.

Value

Gets or sets the value of the control.

public short Value { get; set; }

Property Value

System.Int16:

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

System.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