IKeySoundPlayer
Interface
Represents a sound player to play a sound when a key of a RadVirtualKeyboard is pressed.
Definition
Namespace:Telerik.Windows.Controls.VirtualKeyboard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public interface IKeySoundPlayer
Derived Classes:
Properties
Gets or sets whether sound is enabled.
C#
bool IsSoundEnabled { get; set; }
Methods
Plays the sound base on the BaseKeyViewModel provided.
C#
void Play(BaseKeyViewModel viewModel)
The view model of the key to play a sound for.