Skip to content

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

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

Properties

NameSummary
ColorStateGets or sets the state of the color.
SelectedColorGets or sets the color of the selected.
ColorGets or sets the color.

Fields

NameSummary
static ColorStatePropertyThe color state property.
static SelectedColorPropertyThe selected color property.
static ColorChangedEventThe color changed event.

Events

NameSummary
ColorChangedOccurs when [color changed].

Derived types

Inherited members

See also