1 write to Rate
System.Speech (1)
Synthesis\PromptStyle.cs (1)
15Rate = rate;
4 references to Rate
System.Speech (4)
Synthesis\PromptBuilder.cs (4)
190if (style.Rate != PromptRate.NotSet || style.Volume != PromptVolume.NotSet) 201if (style.Rate != PromptRate.NotSet) 204switch (style.Rate) 215sPromptRate = style.Rate.ToString().ToLowerInvariant();