ObjectKeyFrame.ValueProperty Property

Definition

Identifies the Value dependency property.

public:
 static property DependencyProperty ^ ValueProperty { DependencyProperty ^ get(); };
static DependencyProperty ValueProperty();
public static DependencyProperty ValueProperty { get; }
var dependencyProperty = ObjectKeyFrame.valueProperty;
Public Shared ReadOnly Property ValueProperty As DependencyProperty

Property Value

The identifier for the Value dependency property.

Applies to