







Specifies the end of a style in the PromptBuilder object.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub EndStyle |
| Visual Basic (Usage) |
|---|
Dim instance As PromptBuilder instance.EndStyle() |
| C# |
|---|
public void EndStyle() |
Remarks
The EndStyle()()()() method stops the current speaking style. The speaking style reverts to the setting that was in effect before the StartStyle(PromptStyle) method initiated a new speaking style.
