5 implementations of BorderWidthDefaultValue
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
415
double IBorderElement.
BorderWidthDefaultValue
=> (double)BorderWidthProperty.DefaultValue;
CheckBox\CheckBox.cs (1)
69
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)
273
double IBorderElement.
BorderWidthDefaultValue
=> (double)BorderElement.BorderWidthProperty.DefaultValue;