Starting color for the color change (optional). If a discrete with a duration, or analog, color will be blended from StartColor to EndColor.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Color StartColor { get; set; }
Visual Basic
Public Property StartColor As Color
	Get
	Set
JScript
function get StartColor () : Color
function set StartColor (value : Color)

See Also