1 implementation of AnchorX
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
529 public double AnchorX
3 references to AnchorX
Microsoft.Maui (2)
Handlers\View\ViewHandler.cs (1)
57 [nameof(IView.AnchorX)] = MapAnchorX,
Handlers\View\ViewHandler.Standard.cs (1)
62 /// Maps a view's abstract <see cref="ITransform.AnchorX"/> property to the platform-specific implementations.
Microsoft.Maui.Controls.Compatibility (1)
RendererToHandlerShim.cs (1)
58 [nameof(IView.AnchorX)] = MapIgnore,