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

Currently only supports SolidColorBrush.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.306.0 (10.97.306.00)

Syntax

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

See Also