6 references to Stroke
Microsoft.Maui.Controls (6)
Border\Border.cs (6)
92
/// <summary>Bindable property for <see cref="
Stroke
"/>.</summary>
94
BindableProperty.Create(nameof(
Stroke
), typeof(Brush), typeof(Border), null,
108
var stroke =
Stroke
;
116
_strokeChanged ??= (sender, e) => OnPropertyChanged(nameof(
Stroke
));
127
var stroke =
Stroke
;
217
Paint? IStroke.Stroke =>
Stroke
;