3 references to StrokeDashOffset
Microsoft.Maui.Controls (3)
Border\Border.cs (3)
150
/// <summary>Bindable property for <see cref="
StrokeDashOffset
"/>.</summary>
152
BindableProperty.Create(nameof(
StrokeDashOffset
), typeof(double), typeof(Border), 0.0);
253
float IStroke.StrokeDashOffset => (float)
StrokeDashOffset
;