3 references to IsEmpty
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1214
if (includeMargins && !margin.
IsEmpty
)
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\LabelRenderer.cs (2)
246
return Element.Padding.
IsEmpty
? new NativeLabel(RectangleF.Empty) : new FormsLabel(RectangleF.Empty);
674
if (Element.Padding.
IsEmpty
)