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