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