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