Share via


TranslateTransform.YProperty Property

Definition

Identifies the Y dependency property.

public:
 static property DependencyProperty ^ YProperty { DependencyProperty ^ get(); };
/// [Microsoft.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
/// [get: Microsoft.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
static DependencyProperty YProperty();
[Microsoft.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable]
public static DependencyProperty YProperty { [Microsoft.UI.Xaml.Media.Animation.ConditionallyIndependentlyAnimatable] get; }
var dependencyProperty = TranslateTransform.yProperty;
Public Shared ReadOnly Property YProperty As DependencyProperty

Property Value

The identifier for the Y dependency property.

Attributes

Applies to