PromptStyle.Volume Property

Gets or sets the volume (loudness) of the style.

Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public Property Volume As PromptVolume
public PromptVolume Volume { get; set; }
public:
property PromptVolume Volume {
    PromptVolume get ();
    void set (PromptVolume value);
}
/** @property */
public PromptVolume get_Volume ()

/** @property */
public void set_Volume (PromptVolume value)
public function get Volume () : PromptVolume

public function set Volume (value : PromptVolume)

Property Value

A PromptVolume enumeration member indicating the volume of the style.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

PromptStyle Class
PromptStyle Members
Microsoft.Speech.Synthesis Namespace