2 writes to _bottom
Microsoft.Maui.Graphics (2)
InsetsF.cs (2)
17
_bottom
= bottom;
40
set =>
_bottom
= value;
6 references to _bottom
Microsoft.Maui.Graphics (6)
InsetsF.cs (6)
39
get =>
_bottom
;
57
public float Vertical => _top +
_bottom
;
62
Math.Abs(
_bottom
- value) < GeometryUtil.Epsilon;
78
return (int)_top ^ (int)_left + (int)
_bottom
^ (int)_right;
83
return _top.ToString(CultureInfo.InvariantCulture) + "," + _left.ToString(CultureInfo.InvariantCulture) + "," +
_bottom
.ToString(CultureInfo.InvariantCulture) + "," +
89
return $"[Insets: Top={_top}, Left={_left}, Bottom={
_bottom
}, Right={_right}]";