2 references to CountProperty
Microsoft.Maui.Controls (2)
IndicatorView\IndicatorView.cs (2)
80
get => (int)GetValue(
CountProperty
);
81
set => SetValue(
CountProperty
, value);