Skip to content

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

NameSummary
.ctorInitializes a new instance of the [DualPickerControlBase](# class.

Properties

NameSummary
SecondColorStateGets or sets the state of the second color.
SecondColorGets or sets the color of the second.
SecondaryColorGets or sets the color of the secondary.
HintColorStateGets or sets the state of the hint color.
HintNotifyableColorGets or sets the color of the hint notifyable.
HintColorGets or sets the color of the hint.
UseHintColorGets or sets a value indicating whether [use hint color].

Fields

NameSummary
static SecondColorStatePropertyThe second color state property.
static SecondaryColorPropertyThe secondary color property.
static HintColorStatePropertyThe hint color state property.
static HintColorPropertyThe hint color property.
static UseHintColorPropertyThe use hint color property.

Methods

NameSummary
SwapColorsSwaps the colors.
SetMainColorFromHintColorSets the color of the main color from hint.

Derived types

Inherited members

See also