PickerControlBase class¶
Defined in
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.PickerControlBase
Modifiers: public
Summary¶
PickerControlBase.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class PickerControlBase
class UserControl
UserControl <|-- PickerControlBase
class IColorStateStorage {
<>
}
IColorStateStorage <|.. PickerControlBase
Inherits from: UserControl
Implements: IColorStateStorage
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [PickerControlBase](# class. |
Properties¶
| Name | Summary |
|---|---|
| ColorState | Gets or sets the state of the color. |
| SelectedColor | Gets or sets the color of the selected. |
| Color | Gets or sets the color. |
Fields¶
| Name | Summary |
|---|---|
| static ColorStateProperty | The color state property. |
| static SelectedColorProperty | The selected color property. |
| static ColorChangedEvent | The color changed event. |
Events¶
| Name | Summary |
|---|---|
| ColorChanged | Occurs when [color changed]. |