3 references to StrokeProperty
Microsoft.Maui.Controls (3)
Border\Border.cs (2)
175
set { SetValue(
StrokeProperty
, value); }
176
get { return (Brush?)GetValue(
StrokeProperty
); }
RadioButton\RadioButton.cs (1)
460
border.SetBinding(Border.
StrokeProperty
, static (RadioButton rb) => rb.BorderColor, source: RelativeBindingSource.TemplatedParent);