In This Article

BytePicker Class

Represents an Byte picker.

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

Constructors

BytePicker()

Initializes an instance of the BytePicker class.

public BytePicker()

Properties

Maximum

Gets or sets the highest possible value.

public byte Maximum { get; set; }

Property Value

Byte:

The highest possible value.

Minimum

Gets or sets the lowest possible value.

public byte Minimum { get; set; }

Property Value

Byte:

The lowest possible value.

SmallChange

Gets or sets the small change value.

public byte SmallChange { get; set; }

Property Value

Byte:

The small change value. The default value is 1.

Value

Gets or sets the value of the control.

public byte Value { get; set; }

Property Value

Byte:

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