Class ColorSelectorItem

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

An instance to the ColorSelector item gets added.

C#
Copy
public class ColorSelectorItem : ItemObject
Inheritance
System.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
API Level: preview

Extension Methods