1 write to Position
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
25
Command = new Command(sender => _indicatorView.
Position
= Children.IndexOf(sender)),
4 references to Position
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorStackLayout.cs (1)
109
var position = _indicatorView.
Position
;
IndicatorView\IndicatorView.cs (3)
20
/// <summary>Bindable property for <see cref="
Position
"/>.</summary>
21
public static readonly BindableProperty PositionProperty = BindableProperty.Create(nameof(
Position
), typeof(int), typeof(IndicatorView), default(int), BindingMode.TwoWay);
193
get =>
Position
;