3 references to IndicatorSizeProperty
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorStackLayout.cs (1)
44 || e.PropertyName == IndicatorView.IndicatorSizeProperty.PropertyName)
IndicatorView\IndicatorView.cs (2)
125 get => (double)GetValue(IndicatorSizeProperty); 126 set => SetValue(IndicatorSizeProperty, value);