6 references to CornerRadiusProperty
Microsoft.Maui.Controls (6)
Button\Button.cs (5)
163
get { return (int)GetValue(
CornerRadiusProperty
); }
164
set { SetValue(
CornerRadiusProperty
, value); }
413
int IBorderElement.CornerRadiusDefaultValue => (int)
CornerRadiusProperty
.DefaultValue;
445
bool IBorderElement.IsCornerRadiusSet() => IsSet(
CornerRadiusProperty
);
521
int IButtonStroke.CornerRadius => (int)GetValue(
CornerRadiusProperty
);
Properties\AssemblyInfo.cs (1)
90
[assembly: StyleProperty("border-radius", typeof(Button), nameof(Button.
CornerRadiusProperty
))]