In This Article

PickerBase Class

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

public abstract class PickerBase : Control
Inheritance:
object Visual UIElement FrameworkElement Control object
Derived:
BrushPicker ColorPicker CornerRadiusPicker DatePicker DateTimePicker EnumPicker HsbColorPicker Int32RectPicker PointPicker RadialSliderPickerBase RectPicker SizePicker ThicknessPicker TimePicker TimeSpanPicker VectorPicker

Constructors

PickerBase()

Initializes an instance of the class.

protected PickerBase()

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

The type-specific AutomationPeer implementation.

Extension Methods