ScaleTransform.ScaleXProperty Property

Definition

Identifies the ScaleX dependency property.

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

Property Value

The identifier for the ScaleX dependency property.

Attributes

Applies to