Implemented interface member:
property
HideSingle
Microsoft.Maui.IIndicatorView.HideSingle
3 references to HideSingle
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorStackLayout.cs (1)
129
IsVisible = indicatorCount > 1 || !_indicatorView.
HideSingle
;
IndicatorView\IndicatorView.cs (2)
35
/// <summary>Bindable property for <see cref="
HideSingle
"/>.</summary>
36
public static readonly BindableProperty HideSingleProperty = BindableProperty.Create(nameof(
HideSingle
), typeof(bool), typeof(IndicatorView), true);