Skip to content

ColorPicker

Summary

Represents the ColorPicker control.

Signature

1
public class ColorPicker : ControlBase

Namespace

cAlgo.API

Properties

SelectedColor

Summary

Gets or sets selected color.

Signature

1
public Color SelectedColor {get; set;}

Return Value

Color

IsStretched

Summary

Gets or sets if color picker is stretched or not.

Signature

1
public bool IsStretched {get; set;}

Return Value

bool

Events

SelectedColorChanged

Summary

Occurs when selected color is changed.

Signature

1
public event Action<ColorPickerSelectedColorChangedEventArgs> SelectedColorChanged;