DragOverThemeAnimation.DirectionProperty Property

Definition

Identifies the Direction dependency property.

public:
 static property DependencyProperty ^ DirectionProperty { DependencyProperty ^ get(); };
static DependencyProperty DirectionProperty();
public static DependencyProperty DirectionProperty { get; }
var dependencyProperty = DragOverThemeAnimation.directionProperty;
Public Shared ReadOnly Property DirectionProperty As DependencyProperty

Property Value

The identifier for the Direction dependency property.

Applies to

See also