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)
77
x += _textAttributes.
Margin
;
78
y += _textAttributes.
Margin
;
79
width -= (_textAttributes.
Margin
* 2);
80
height -= (_textAttributes.
Margin
* 2);