Skip to content

StandardColorPicker class

Defined in

Namespace: CrissCross.WPF.UI Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.StandardColorPicker Modifiers: public

Summary

        StandardColorPicker
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class StandardColorPicker
class DualPickerControlBase
DualPickerControlBase <|-- StandardColorPicker
class IComponentConnector {
    <>
}
IComponentConnector <|.. StandardColorPicker

Inherits from: DualPickerControlBase

Implements: IComponentConnector

Constructors

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

Properties

NameSummary
SmallChangeGets or sets the small change.
ShowAlphaGets or sets a value indicating whether [show alpha].
ShowHexGets or sets the show hexadecimal.
ShowSlidersGets or sets the show sliders.
ShowColorSwapGets or sets the show color swap.
ShowPickerTypeGets or sets the type of the show picker.
PickerTypeGets or sets the type of the picker.

Fields

NameSummary
static SmallChangePropertyThe small change property.
static ShowAlphaPropertyThe show alpha property.
static ShowHexPropertyThe show hexadecimal property.
static ShowColorSwapPropertyThe show color swap property.
static ShowSlidersPropertyThe show sliders property.
static ShowPickerTypePropertyThe show picker type property.
static PickerTypePropertyThe picker type property.

Methods

NameSummary
InitializeComponentInitializeComponent
Inherited members

See also