InterfaceIKeySoundPlayer
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:
cs-api-definition
public interface IKeySoundPlayer
Properties
IsSoundEnabled
Gets or sets whether sound is enabled.
Methods
Play(BaseKeyViewModel)
Plays the sound base on the BaseKeyViewModel provided.
Declaration
cs-api-definition
void Play(BaseKeyViewModel viewModel)
Parameters
viewModel
The view model of the key to play a sound for.