UIElement.RenderTransformProperty Property

Definition

Identifies the RenderTransform dependency property.

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

Property Value

The identifier for the RenderTransform dependency property.

Attributes

Applies to