TimedTextSubformat.StartIndex 属性

定义

获取或设置 SubformatStyle 应用到的子字符串的星号索引。

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

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

属性值

Int32

int

应用格式样式的子字符串的起始索引。

适用于