UIElement.RenderTransformProperty Property

Definition

Identifies the RenderTransform dependency property.

public:
 static property DependencyProperty ^ RenderTransformProperty { DependencyProperty ^ get(); };
/// [get: Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
static DependencyProperty RenderTransformProperty();
/// [get: Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
/// [Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
static DependencyProperty RenderTransformProperty();
public static DependencyProperty RenderTransformProperty { [Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable] get; }
[Windows.UI.Xaml.Media.Animation.IndependentlyAnimatable]
public static DependencyProperty RenderTransformProperty { [Windows.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