PromptStyle.Volume 属性

定义

获取或设置样式的音量(大声)设置。

public:
 property System::Speech::Synthesis::PromptVolume Volume { System::Speech::Synthesis::PromptVolume get(); void set(System::Speech::Synthesis::PromptVolume value); };
public System.Speech.Synthesis.PromptVolume Volume { get; set; }
member this.Volume : System.Speech.Synthesis.PromptVolume with get, set
Public Property Volume As PromptVolume

属性值

PromptVolume

返回样式的音量(大声)设置。

注解

Default 设置为 PromptVolume full volume,这与相同 ExtraLoud 。 其他设置相对于整卷来减小语音输出的音量。

适用于