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