UIElement.RenderTransformProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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