SkewTransform.CenterYProperty Property
Definition
Identifies the CenterY dependency property.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.SkewTransform.CenterYProperty.
public:
static property DependencyProperty ^ CenterYProperty { DependencyProperty ^ get(); };
/// [get: Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
DependencyProperty CenterYProperty();
/// [get: Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
/// [Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
DependencyProperty CenterYProperty();
[get: Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
public static DependencyProperty CenterYProperty { get; }
[get: Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
[Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
public static DependencyProperty CenterYProperty { get; }
var dependencyProperty = SkewTransform.centerYProperty;
Public Shared ReadOnly Property CenterYProperty As DependencyProperty
Property Value
The identifier for the CenterY dependency property.
- Attributes