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