Index that indicates a sub-property within the TargetPropertyName to change color.

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

Syntax

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

Remarks

For solid colors, this value should be -1 (the default).

For gradient colors, this value is the index of the GradientStop in the GradientStops. If this value is -1 (the default), all colors of the gradient will be animated.

See Also