3 references to IconWidth
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\NavigationRenderer.cs (3)
1684
_icon.Frame = new RectangleF(0, 0,
IconWidth
, Math.Min(toolbarHeight, IconHeight));
1688
Rect layoutBounds = new Rect(
IconWidth
, 0, Bounds.Width -
IconWidth
, height);