| AudioSettingsVoiceRate Property  | 
            Gets or sets the speed at which the voice should say the text.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int VoiceRate { get; set; }Public Property VoiceRate As Integer
	Get
	Set
public:
property int VoiceRate {
	int get ();
	void set (int value);
}member VoiceRate : int with get, set
Property Value
Type: 
Int32
See Also