







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