4 references to RoundRectangleGeometry
Microsoft.Maui.Controls (4)
Shapes\RoundRectangleGeometry.cs (4)
26
BindableProperty.Create(nameof(Rect), typeof(Rect), typeof(
RoundRectangleGeometry
), new Rect(),
31
(bindable as
RoundRectangleGeometry
)?.UpdateGeometry();
43
BindableProperty.Create(nameof(CornerRadius), typeof(CornerRadius), typeof(
RoundRectangleGeometry
), new CornerRadius(),
48
(bindable as
RoundRectangleGeometry
)?.UpdateGeometry();