Timeline.BeginTime 속성

정의

타임라인 을 시작할 시간을 가져오거나 설정합니다.

public:
 property IReference<TimeSpan> ^ BeginTime { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> BeginTime();

void BeginTime(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> BeginTime { get; set; }
var iReference = timeline.beginTime;
timeline.beginTime = iReference;
Public Property BeginTime As Nullable(Of TimeSpan)
<timeline BeginTime="keyTimeString"/>

속성 값

시계열의 시작 시간입니다. 기본값은 영입니다.

C# 또는 Visual Basic을 사용하여 프로그래밍하는 경우 이 매개 변수의 매개 변수 형식이 System.TimeSpan으로 프로젝션됩니다.(nullable System.TimeSpan).

적용 대상