1 implementation of Margin
Microsoft.Maui.Graphics (1)
StandardTextAttributes.cs (1)
11 public float Margin { get; set; }
4 references to Margin
Microsoft.Maui.Graphics.Skia (4)
SkiaTextLayout.cs (4)
62 x += _textAttributes.Margin; 63 y += _textAttributes.Margin; 64 width -= (_textAttributes.Margin * 2); 65 height -= (_textAttributes.Margin * 2);