Compartir a través de


TimedTextSubformat.SubformatStyle Propiedad

Definición

Obtiene o establece el objeto TimedTextStyle que transmite el formato de una subcadena en timedTextLine.

public:
 property TimedTextStyle ^ SubformatStyle { TimedTextStyle ^ get(); void set(TimedTextStyle ^ value); };
TimedTextStyle SubformatStyle();

void SubformatStyle(TimedTextStyle value);
public TimedTextStyle SubformatStyle { get; set; }
var timedTextStyle = timedTextSubformat.subformatStyle;
timedTextSubformat.subformatStyle = timedTextStyle;
Public Property SubformatStyle As TimedTextStyle

Valor de propiedad

Objeto que transmite el formato de una subcadena en timedTextLine.

Se aplica a

Consulte también