ScaleTransform.ScaleYProperty Property

Definition

Identifies the ScaleY dependency property.

public:
 static property DependencyProperty ^ ScaleYProperty { DependencyProperty ^ get(); };
/// [get: Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
static DependencyProperty ScaleYProperty();
/// [get: Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
/// [Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
static DependencyProperty ScaleYProperty();
public static DependencyProperty ScaleYProperty { [Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable] get; }
[Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
public static DependencyProperty ScaleYProperty { [Windows.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable] get; }
var dependencyProperty = ScaleTransform.scaleYProperty;
Public Shared ReadOnly Property ScaleYProperty As DependencyProperty

Property Value

The identifier for the ScaleY dependency property.

Attributes

Applies to