ColorPickerSelectedColorChangedEventArgs¶
Summary¶
Provides data for the ColorPicker SelectedColorChanged event.
Signature
1 |
|
Namespace¶
cAlgo.API
Properties¶
ColorPicker¶
Summary
Gets the color picker control.
Signature
1 |
|
Return Value
ColorPicker
NewSelectedColor¶
Summary
Gets the new selected color.
Signature
1 |
|
Return Value
Color
PreviousSelectedColor¶
Summary
Gets the previous selected color.
Signature
1 |
|
Return Value
Color