2 references to IndicatorLayoutProperty
Microsoft.Maui.Controls (2)
IndicatorView\IndicatorView.cs (2)
69
get => (IBindableLayout)GetValue(
IndicatorLayoutProperty
);
70
set => SetValue(
IndicatorLayoutProperty
, value);