3 references to IndicatorTemplateProperty
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorStackLayout.cs (1)
35 || e.PropertyName == IndicatorView.IndicatorTemplateProperty.PropertyName)
IndicatorView\IndicatorView.cs (2)
94 get => (DataTemplate)GetValue(IndicatorTemplateProperty); 95 set => SetValue(IndicatorTemplateProperty, value);