5 references to BorderWidthProperty
Microsoft.Maui.Controls (5)
ImageButton\ImageButton.cs (1)
28
public static readonly BindableProperty BorderWidthProperty = BorderElement.
BorderWidthProperty
;
Properties\AssemblyInfo.cs (1)
94
[assembly: StyleProperty("border-width", typeof(IBorderElement), nameof(BorderElement.
BorderWidthProperty
))]
RadioButton\RadioButton.cs (3)
100
public static readonly BindableProperty BorderWidthProperty = BorderElement.
BorderWidthProperty
;
273
double IBorderElement.BorderWidthDefaultValue => (double)BorderElement.
BorderWidthProperty
.DefaultValue;
283
bool IBorderElement.IsBorderWidthSet() => IsSet(BorderElement.
BorderWidthProperty
);