Class ColorPickerValueConverter.PickedColor
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
Constructors
PickedColor(String, String)
Declaration
public PickedColor(string color, string label)
Parameters
Type |
Name |
Description |
System.String |
color |
|
System.String |
label |
|
Properties
Color
Declaration
public string Color { get; }
Property Value
Type |
Description |
System.String |
|
Label
Declaration
public string Label { get; }
Property Value
Type |
Description |
System.String |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|