共用方式為


TimedTextSubformat.Length 屬性

定義

取得或設定 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

屬性值

Int32

int

套用格式化樣式之子字串的長度。

適用於

另請參閱