Implemented interface member:
property
AnchorY
Microsoft.Maui.ITransform.AnchorY
1 write to AnchorY
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
270 propertyChanged: (b, o, n) => { (((VisualElement)b).AnchorX, ((VisualElement)b).AnchorY) = (Point)n; });
6 references to AnchorY
Microsoft.Maui.Controls (6)
VisualElement\VisualElement.cs (6)
59 /// <summary>Bindable property for <see cref="AnchorY"/>.</summary> 60 public static readonly BindableProperty AnchorYProperty = BindableProperty.Create(nameof(AnchorY), typeof(double), typeof(VisualElement), .5d); 817 /// <remarks>Rotation is applied relative to <see cref="AnchorX" /> and <see cref="AnchorY" />.</remarks> 827 /// <remarks>Rotation is applied relative to <see cref="AnchorX" /> and <see cref="AnchorY" />.</remarks> 837 /// <remarks>Rotation is applied relative to <see cref="AnchorX" /> and <see cref="AnchorY" />.</remarks> 849 /// <para><see cref="Scale"/> is applied relative to <see cref="AnchorX" /> and <see cref="AnchorY" />.</para>