1 write to _bottomRight
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\BoxRenderer.cs (1)
137
_bottomRight
= (nfloat)elementCornerRadius.BottomRight;
3 references to _bottomRight
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\BoxRenderer.cs (3)
40
bezierPath.AddArc(new CoreGraphics.CGPoint(Bounds.X + Bounds.Width -
_bottomRight
, Bounds.Y + Bounds.Height -
_bottomRight
),
_bottomRight
, 0, HalfPI, true);