6 references to CornerRadiusProperty
Microsoft.Maui.Controls (5)
Frame\Frame.cs (4)
53
get { return (float)GetValue(
CornerRadiusProperty
); }
54
set { SetValue(
CornerRadiusProperty
, value); }
61
int IBorderElement.CornerRadiusDefaultValue => (int)
CornerRadiusProperty
.DefaultValue;
77
bool IBorderElement.IsCornerRadiusSet() => IsSet(
CornerRadiusProperty
);
Properties\AssemblyInfo.cs (1)
91
[assembly: StyleProperty("border-radius", typeof(Frame), nameof(Frame.
CornerRadiusProperty
))]
Microsoft.Maui.Controls.Compatibility (1)
Android\FastRenderers\FrameRenderer.cs (1)
260
else if (e.PropertyName == Frame.
CornerRadiusProperty
.PropertyName)