2 instantiations of Insets
Microsoft.Maui.Graphics (2)
Insets.cs (2)
101
return new
Insets
(top, left, bottom, right);
106
return new
Insets
(0, 0, 0, 0);
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)
67
if (obj is
Insets
vCompareTo)
92
public static
Insets
Parse(string value)