1 write to Stroke
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
149
Stroke
= Colors.Transparent
8 references to Stroke
Microsoft.Maui.Controls (8)
Shapes\Shape.cs (8)
46
/// <summary>Bindable property for <see cref="
Stroke
"/>.</summary>
48
BindableProperty.Create(nameof(
Stroke
), typeof(Brush), typeof(Shape), null,
166
Paint IStroke.Stroke =>
Stroke
;
230
var stroke =
Stroke
;
238
_strokeChanged ??= (sender, e) => OnPropertyChanged(nameof(
Stroke
));
249
var stroke =
Stroke
;
370
if (
Stroke
is not null)
371
SetInheritedBindingContext(
Stroke
, BindingContext);