5 references to CornerRadiusProperty
Microsoft.Maui.Controls (5)
ImageButton\ImageButton.cs (5)
78 get { return (int)GetValue(CornerRadiusProperty); } 79 set { SetValue(CornerRadiusProperty, value); } 163 int IBorderElement.CornerRadiusDefaultValue => (int)CornerRadiusProperty.DefaultValue; 238 bool IBorderElement.IsCornerRadiusSet() => IsSet(CornerRadiusProperty); 290 int IButtonStroke.CornerRadius => (int)GetValue(CornerRadiusProperty);