Table of Contents

Class MetroColorPicker

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll

颜色选择控件

public class MetroColorPicker : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
MetroColorPicker
Implements
Inherited Members
Extension Methods

Constructors

MetroColorPicker()

public MetroColorPicker()

MetroColorPicker(int, int, int, int)

public MetroColorPicker(int r, int g, int b, int a)

Parameters

r int
g int
b int
a int

MetroColorPicker(string)

public MetroColorPicker(string hexColor)

Parameters

hexColor string

Fields

CurrentColorProperty

public static readonly DependencyProperty CurrentColorProperty

Field Value

DependencyProperty

Properties

CanTransparent

public bool CanTransparent { get; set; }

Property Value

bool

ColorPickerClosed

public Action ColorPickerClosed { get; set; }

Property Value

Action

CurrentColor

public HsbaColor CurrentColor { get; set; }

Property Value

HsbaColor

Events

ColorChange

public event EventHandler ColorChange

Event Type

EventHandler