| BlendAnimationTargetObject Property |
Gets the object to which the animation is applied by default.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public string TargetObject { get; }
Public ReadOnly Property TargetObject As String
Get
public:
virtual property String^ TargetObject {
String^ get () sealed;
}
abstract TargetObject : string with get
override TargetObject : string with get
Property Value
Type:
String
The object to which the animation is applied by default.
Implements
ITimelineTargetObjectRemarks See Also