A PathGeometry that defines the offset points from the center of the associated static object representing the path the object will move along. For example, to move in a straight line, this path would contain two pairs of coordinates, the starting offset point and the ending offset point. Typically, the starting offset will be (0,0) (i.e. the configured position of the static object), but this is not a requirement.

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

Syntax

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

Remarks

This property is not used when this animation is associated with a 3D object.

See Also