ScaleAnimation.Type Property

Definition

Gets the type of animation represented by this object.

public:
 property PropertyAnimationType Type { PropertyAnimationType get(); };
PropertyAnimationType Type();
public PropertyAnimationType Type { get; }
var propertyAnimationType = scaleAnimation.type;
Public ReadOnly Property Type As PropertyAnimationType

Property Value

One of the animation type values.

Implements

Remarks

The PropertyAnimation object can be cast to the derived object described by its type. See PropertyAnimationType for a list of types and their corresponding objects.

Applies to

See also