| PathAnimationTPoint, TPathKey, TPathPath Property |
Gets or sets the animation path.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax [ContentSerializerAttribute(SharedResource = true)]
public TPath Path { get; set; }
<ContentSerializerAttribute(SharedResource := true)>
Public Property Path As TPath
Get
Set
public:
[ContentSerializerAttribute(SharedResource = true)]
property TPath Path {
TPath get ();
void set (TPath value);
}
[<ContentSerializerAttribute(SharedResource = true)>]
member Path : 'TPath with get, set
Property Value
Type:
TPathThe animation path.
See Also