1 write to Volume
System.Speech (1)
Synthesis\PromptStyle.cs (1)
19Volume = volume;
4 references to Volume
System.Speech (4)
Synthesis\PromptBuilder.cs (4)
190if (style.Rate != PromptRate.NotSet || style.Volume != PromptVolume.NotSet) 222if (style.Volume != PromptVolume.NotSet) 225switch (style.Volume) 236sVolumeLevel = style.Volume.ToString().ToLowerInvariant();