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

应用格式样式的子字符串的长度。

适用于

另请参阅