| IAnimationTargetProperty Property |
Gets the property 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 string TargetProperty { get; }
ReadOnly Property TargetProperty As String
Get
property String^ TargetProperty {
String^ get ();
}
abstract TargetProperty : string with get
Property Value
Type:
StringThe property to which the animation is applied by default.
Remarks See Also