







Gets or sets the setting for the volume (loudness) of the style.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Volume As PromptVolume Get Set |
| Visual Basic (Usage) |
|---|
Dim instance As PromptStyle Dim value As PromptVolume value = instance.Volume instance.Volume = value |
| C# |
|---|
public PromptVolume Volume { get; set; } |
Property Value
Type: Microsoft.Speech.Synthesis..::..PromptVolumeReturns the setting for the volume (loudness) of the style.
