Compartir vía


TextFragment.State Propiedad

Definición

Obtiene o establece la información de atributo de voz de un TextFragmentobjeto .

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

Valor de propiedad

Se devuelve una FragmentState instancia de o se usa para establecer información de atributo de voz para un TextFragment.

Comentarios

El valor predeterminado de esta propiedad es null.

La información de Prosody se puede obtener de la instancia de Prosody devuelta por la Prosody propiedad en la instancia de FragmentState devuelta por State.

Se aplica a