Agrotutor.Core.Components.Views.SimpleStatsSingle.GetValue C# (CSharp) Method

GetValue() private method

private GetValue ( ) : Xamarin.Forms
return Xamarin.Forms
            get => (ImageSource)GetValue(SimpleStatsSingle.AverageImageSourceProperty);
            set => SetValue(SimpleStatsSingle.AverageImageSourceProperty, value);