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