Implemented interface member:
property
IndicatorSize
Microsoft.Maui.IIndicatorView.IndicatorSize
4 references to IndicatorSize
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorStackLayout.cs (2)
136 var indicatorSize = _indicatorView.IndicatorSize > 0 ? _indicatorView.IndicatorSize : 10;
IndicatorView\IndicatorView.cs (2)
44 /// <summary>Bindable property for <see cref="IndicatorSize"/>.</summary> 45 public static readonly BindableProperty IndicatorSizeProperty = BindableProperty.Create(nameof(IndicatorSize), typeof(double), typeof(IndicatorView), 6.0);