Class ColorSelectorItem

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

An instance to the ColorSelector item gets added.

C#
Copy
public class ColorSelectorItem : ItemObject
Inheritance
object
ColorSelectorItem

Properties

View Source

Color

Gets or sets the palette item's color.

Declaration
C#
Copy
public Color Color { get; set; }
Property Value
Type Description
Color

Extension Methods