DoubleAnimation.ToProperty Property

Definition

Identifies the To  dependency property.

public:
 static property DependencyProperty ^ ToProperty { DependencyProperty ^ get(); };
static DependencyProperty ToProperty();
public static DependencyProperty ToProperty { get; }
var dependencyProperty = DoubleAnimation.toProperty;
Public Shared ReadOnly Property ToProperty As DependencyProperty

Property Value

The identifier for the To  dependency property.

Applies to