Implemented interface member:
property
AnchorX
Microsoft.Maui.ITransform.AnchorX
1 write to AnchorX
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
269
propertyChanged: (b, o, n) => { (((VisualElement)b).
AnchorX
, ((VisualElement)b).AnchorY) = (Point)n; });
6 references to AnchorX
Microsoft.Maui.Controls (6)
VisualElement\VisualElement.cs (6)
55
/// <summary>Bindable property for <see cref="
AnchorX
"/>.</summary>
56
public static readonly BindableProperty AnchorXProperty = BindableProperty.Create(nameof(
AnchorX
), 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>