1 write to TextInsets
Microsoft.Maui (1)
Platform\iOS\LabelExtensions.cs (1)
53
platformLabel.
TextInsets
= new UIEdgeInsets(
5 references to TextInsets
Microsoft.Maui (5)
Platform\iOS\MauiLabel.cs (5)
38
rect =
TextInsets
.InsetRect(rect);
82
width: size.Width +
TextInsets
.Left +
TextInsets
.Right,
83
height: size.Height +
TextInsets
.Top +
TextInsets
.Bottom);