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