PaneThemeTransition.EdgeProperty Property

Definition

Identifies the Edge dependency property.

public:
 static property DependencyProperty ^ EdgeProperty { DependencyProperty ^ get(); };
static DependencyProperty EdgeProperty();
public static DependencyProperty EdgeProperty { get; }
var dependencyProperty = PaneThemeTransition.edgeProperty;
Public Shared ReadOnly Property EdgeProperty As DependencyProperty

Property Value

The identifier for the Edge dependency property.

Applies to

See also