AnimationTimeline.TargetPropertyType Property

Definition

When overridden in a derived class, gets the Type of property that can be animated.

public:
 abstract property Type ^ TargetPropertyType { Type ^ get(); };
public abstract Type TargetPropertyType { get; }
member this.TargetPropertyType : Type
Public MustOverride ReadOnly Property TargetPropertyType As Type

Property Value

The type of property that can be animated by this animation.

Applies to