UIElement.ProjectionProperty Property

Definition

Identifies the Projection dependency property.

public:
 static property DependencyProperty ^ ProjectionProperty { DependencyProperty ^ get(); };
/// [Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable]
/// [get: Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable]
static DependencyProperty ProjectionProperty();
[Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable]
public static DependencyProperty ProjectionProperty { [Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable] get; }
var dependencyProperty = UIElement.projectionProperty;
Public Shared ReadOnly Property ProjectionProperty As DependencyProperty

Property Value

The identifier for the Projection dependency property.

Attributes

Applies to