다음을 통해 공유


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

서식 스타일이 적용되는 부분 문자열의 길이입니다.

적용 대상

추가 정보