In This Article

RadialSliderPickerBase Class

Provides an abstract base class that can be used for pickers that use radial sliders.

public abstract class RadialSliderPickerBase : PickerBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control PickerBase Object
Derived:
BytePicker DoublePicker Int16Picker Int32Picker Int64Picker SinglePicker

Constructors

RadialSliderPickerBase()

protected RadialSliderPickerBase()

Properties

DegreeLargeChange

Gets or sets the large change degree value, which can be bound to a radial slider.

public double DegreeLargeChange { get; set; }

Property Value

Double:

The large change degree value.

DegreeMaximum

Gets or sets the highest possible degree value, which can be bound to a radial slider.

public double DegreeMaximum { get; set; }

Property Value

Double:

The highest possible degree value.

DegreeMinimum

Gets or sets the lowest possible degree value, which can be bound to a radial slider.

public double DegreeMinimum { get; set; }

Property Value

Double:

The lowest possible degree value.

DegreeSmallChange

Gets or sets the small change degree value, which can be bound to a radial slider.

public double DegreeSmallChange { get; set; }

Property Value

Double:

The small change degree value.

DegreeValue

Gets or sets the degree value of the control, which can be bound to a radial slider.

public double DegreeValue { get; set; }

Property Value

Double:

The degree value of the control.

SetValueAndClosePopupCommand

Gets or sets the ICommand that can be used to set the value to the object specified in the parameter, and then close the containing popup.

public ICommand SetValueAndClosePopupCommand { get; set; }

Property Value

ICommand:

The ICommand that can be used to set the value to the object specified in the parameter, and then close the containing popup.

SmallDecrementValueCommand

Gets or sets the ICommand that can be used to decrement the value by a small amount.

public ICommand SmallDecrementValueCommand { get; set; }

Property Value

ICommand:

The ICommand that can be used to decrement the value by a small amount.

SmallIncrementValueCommand

Gets or sets the ICommand that can be used to increment the value by a small amount.

public ICommand SmallIncrementValueCommand { get; set; }

Property Value

ICommand:

The ICommand that can be used to increment the value by a small amount.

Fields

DegreeLargeChangeProperty

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

public static readonly DependencyProperty DegreeLargeChangeProperty

DegreeMaximumProperty

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

public static readonly DependencyProperty DegreeMaximumProperty

DegreeMinimumProperty

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

public static readonly DependencyProperty DegreeMinimumProperty

DegreeSmallChangeProperty

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

public static readonly DependencyProperty DegreeSmallChangeProperty

DegreeValueProperty

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

public static readonly DependencyProperty DegreeValueProperty

SetValueAndClosePopupCommandProperty

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

public static readonly DependencyProperty SetValueAndClosePopupCommandProperty

SmallDecrementValueCommandProperty

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

public static readonly DependencyProperty SmallDecrementValueCommandProperty

SmallIncrementValueCommandProperty

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

public static readonly DependencyProperty SmallIncrementValueCommandProperty

Inherited Members

Extension Methods