AmbientSounds.Controls.SoundListItem.GetValue C# (CSharp) Method

GetValue() private method

private GetValue ( ) : AmbientSounds.ViewModels
return AmbientSounds.ViewModels
            get => (SoundViewModel)GetValue(ViewModelProperty);
            set => SetValue(ViewModelProperty, value);