Interface IKeySoundPlayer
Represents a sound player to play a sound when a key of a Rad
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.
|
Methods
Play(BaseKeyViewModel)
Plays the sound base on the Base
Declaration
void Play(BaseKeyViewModel viewModel)
Parameters
Base The view model of the key to play a sound for. |