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
MetroColorPicker(string)
public MetroColorPicker(string hexColor)
Parameters
hexColor
string
Fields
CurrentColorProperty
public static readonly DependencyProperty CurrentColorProperty
Field Value
Properties
CanTransparent
public bool CanTransparent { get; set; }
Property Value
ColorPickerClosed
public Action ColorPickerClosed { get; set; }
Property Value
CurrentColor
public HsbaColor CurrentColor { get; set; }
Property Value
Events
ColorChange
public event EventHandler ColorChange