Condividi tramite


TimedTextSubformat.Length Proprietà

Definizione

Ottiene o imposta la lunghezza della sottostringa a cui si applica SubformatStyle .

public:
 property int Length { int get(); void set(int value); };
int Length();

void Length(int value);
public int Length { get; set; }
var int32 = timedTextSubformat.length;
timedTextSubformat.length = int32;
Public Property Length As Integer

Valore della proprietà

Int32

int

Lunghezza della sottostringa a cui si applica lo stile di formattazione.

Si applica a

Vedi anche