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);
784
/// <remarks>Rotation is applied relative to <see cref="AnchorX" /> and <see cref="
AnchorY
" />.</remarks>
794
/// <remarks>Rotation is applied relative to <see cref="AnchorX" /> and <see cref="
AnchorY
" />.</remarks>
804
/// <remarks>Rotation is applied relative to <see cref="AnchorX" /> and <see cref="
AnchorY
" />.</remarks>
816
/// <para><see cref="Scale"/> is applied relative to <see cref="AnchorX" /> and <see cref="
AnchorY
" />.</para>