6 references to BorderWidthProperty
Microsoft.Maui.Controls (6)
ImageButton\ImageButton.cs (6)
85
get { return (double)GetValue(
BorderWidthProperty
); }
86
set { SetValue(
BorderWidthProperty
, value); }
167
double IBorderElement.BorderWidthDefaultValue => (double)
BorderWidthProperty
.DefaultValue;
242
bool IBorderElement.IsBorderWidthSet() => IsSet(
BorderWidthProperty
);
256
if (propertyName ==
BorderWidthProperty
.PropertyName)
286
double IButtonStroke.StrokeThickness => (double)GetValue(
BorderWidthProperty
);