1 write to TextInsets
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\LabelRenderer.cs (1)
685 formsLabel.TextInsets = new UIEdgeInsets(
5 references to TextInsets
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\LabelRenderer.cs (5)
703 public override void DrawText(RectangleF rect) => base.DrawText(TextInsets.InsetRect(rect)); 708 width: size.Width + TextInsets.Left + TextInsets.Right, 709 height: size.Height + TextInsets.Top + TextInsets.Bottom);