3 references to Insets
Microsoft.Maui.Graphics (3)
Insets.cs (3)
21
public Insets(Insets insets) :
this
(insets.Top, insets.Left, insets.Bottom, insets.Right)
101
return new
Insets
(top, left, bottom, right);
106
return new
Insets
(0, 0, 0, 0);