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