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