4 references to StrokeProperty
Microsoft.Maui.Controls (4)
Border\Border.cs (2)
175
set { SetValue(
StrokeProperty
, value); }
176
get { return (Brush?)GetValue(
StrokeProperty
); }
Properties\AssemblyInfo.cs (1)
88
[assembly: StyleProperty("border-color", typeof(IBorderView), nameof(Border.
StrokeProperty
))]
RadioButton\RadioButton.cs (1)
454
border.SetBinding(Border.
StrokeProperty
, static (RadioButton rb) => rb.BorderColor, source: RelativeBindingSource.TemplatedParent);