ColorAnimation.FromProperty Property

Definition

Identifies the From  dependency property.

public:
 static property DependencyProperty ^ FromProperty { DependencyProperty ^ get(); };
static DependencyProperty FromProperty();
public static DependencyProperty FromProperty { get; }
var dependencyProperty = ColorAnimation.fromProperty;
Public Shared ReadOnly Property FromProperty As DependencyProperty

Property Value

The identifier for the From  dependency property.

Applies to