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