5 implementations of BorderWidthDefaultValue
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
417 double IBorderElement.BorderWidthDefaultValue => (double)BorderWidthProperty.DefaultValue;
CheckBox\CheckBox.cs (1)
71 double IBorderElement.BorderWidthDefaultValue => 0;
Frame\Frame.cs (1)
65 double IBorderElement.BorderWidthDefaultValue => ((IBorderElement)this).BorderWidth;
ImageButton\ImageButton.cs (1)
167 double IBorderElement.BorderWidthDefaultValue => (double)BorderWidthProperty.DefaultValue;
RadioButton\RadioButton.cs (1)
276 double IBorderElement.BorderWidthDefaultValue => (double)BorderElement.BorderWidthProperty.DefaultValue;