Interface
IKeySoundPlayer

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.

Declaration

cs-api-definition
bool IsSoundEnabled { get; set; }

Property Value

bool

Methods

Play(BaseKeyViewModel)

Plays the sound base on the BaseKeyViewModel provided.

Declaration

cs-api-definition
void Play(BaseKeyViewModel viewModel)

Parameters

viewModel

BaseKeyViewModel

The view model of the key to play a sound for.