DualPickerControlBase class¶
Defined in
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.DualPickerControlBase
Modifiers: public
Summary¶
DualPickerControlBase.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class DualPickerControlBase
class PickerControlBase
PickerControlBase <|-- DualPickerControlBase
class ISecondColorStorage {
<>
}
ISecondColorStorage <|.. DualPickerControlBase
class IHintColorStateStorage {
<>
}
IHintColorStateStorage <|.. DualPickerControlBase
Inherits from: PickerControlBase
Implements: ISecondColorStorage, IHintColorStateStorage
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [DualPickerControlBase](# class. |
Properties¶
| Name | Summary |
|---|---|
| SecondColorState | Gets or sets the state of the second color. |
| SecondColor | Gets or sets the color of the second. |
| SecondaryColor | Gets or sets the color of the secondary. |
| HintColorState | Gets or sets the state of the hint color. |
| HintNotifyableColor | Gets or sets the color of the hint notifyable. |
| HintColor | Gets or sets the color of the hint. |
| UseHintColor | Gets or sets a value indicating whether [use hint color]. |
Fields¶
| Name | Summary |
|---|---|
| static SecondColorStateProperty | The second color state property. |
| static SecondaryColorProperty | The secondary color property. |
| static HintColorStateProperty | The hint color state property. |
| static HintColorProperty | The hint color property. |
| static UseHintColorProperty | The use hint color property. |
Methods¶
| Name | Summary |
|---|---|
| SwapColors | Swaps the colors. |
| SetMainColorFromHintColor | Sets the color of the main color from hint. |
Derived types¶
Inherited members
CrissCross.WPF.UI.PickerControlBase.ColorStatePropertyCrissCross.WPF.UI.PickerControlBase.SelectedColorPropertyCrissCross.WPF.UI.PickerControlBase.ColorChangedEventCrissCross.WPF.UI.PickerControlBase.#ctorCrissCross.WPF.UI.PickerControlBase.ColorStateCrissCross.WPF.UI.PickerControlBase.SelectedColorCrissCross.WPF.UI.PickerControlBase.ColorCrissCross.WPF.UI.PickerControlBase.ColorChangedSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString
See also¶
- CrissCross.WPF.UI.PickerControlBase
CrissCross.WPF.UI.ISecondColorStorage- CrissCross.WPF.UI.IHintColorStateStorage