Implemented interface member:
property
CornerRadius
Microsoft.Maui.Controls.ICornerElement.CornerRadius
7 references to CornerRadius
Microsoft.Maui.Controls (5)
BoxView\BoxView.cs (5)
15 /// <summary>Bindable property for <see cref="CornerRadius"/>.</summary> 92 (float)CornerRadius.TopLeft, 93 (float)CornerRadius.TopRight, 94 (float)CornerRadius.BottomLeft, 95 (float)CornerRadius.BottomRight);
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\BoxViewRenderer.cs (2)
12 RegisterPropertyHandler(nameof(Element.CornerRadius), OnRadiusUpdate); 26 int topLeft = Forms.ConvertToScaledPixel(Element.CornerRadius.TopLeft);