1 implementation of ITemplatedIndicatorView
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorView.cs (1)
13
public partial class IndicatorView : TemplatedView,
ITemplatedIndicatorView
1 reference to ITemplatedIndicatorView
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorView.cs (1)
189
Maui.ILayout
ITemplatedIndicatorView
.IndicatorsLayoutOverride => (IndicatorTemplate != null) ? IndicatorLayout as Maui.ILayout : null;