Click or drag to resize

ElementModelTintColor Property

Sets the tint of the element.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public Color TintColor { get; set; }

Property Value

Type: Color
Remarks

Accepts RGBA or RGB values.

Examples
XML
<Element Id="MyMachine" TintColor="128,128,255,255" />
Or:
XML
<Element Id="MyMachine" TintColor="128,128,255" />
See Also