In This Article

Int64Picker Class

Represents an Int64 picker.

public class Int64Picker : 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

Int64Picker()

Initializes an instance of the Int64Picker class.

public Int64Picker()

Properties

Maximum

Gets or sets the highest possible value.

public long Maximum { get; set; }

Property Value

System.Int64:

The highest possible value.

Minimum

Gets or sets the lowest possible value.

public long Minimum { get; set; }

Property Value

System.Int64:

The lowest possible value.

SmallChange

Gets or sets the small change value.

public long SmallChange { get; set; }

Property Value

System.Int64:

The small change value. The default value is 1.

Value

Gets or sets the value of the control.

public long Value { get; set; }

Property Value

System.Int64:

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