| TimelineGroupTargetObject Property |
Gets or sets 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; set; }
Public Property TargetObject As String
Get
Set
public:
virtual property String^ TargetObject {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract TargetObject : string with get, set
override TargetObject : string with get, set
Property Value
Type:
String
The object to which the animation is applied by default. The default value is
.
Implements
ITimelineTargetObjectRemarks See Also