InkStroke.StrokeStartedTime 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
InkStroke가 시작된 날짜 및 시간을 가져오거나 설정합니다.
public:
property IReference<DateTime> ^ StrokeStartedTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> StrokeStartedTime();
void StrokeStartedTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> StrokeStartedTime { get; set; }
var iReference = inkStroke.strokeStartedTime;
inkStroke.strokeStartedTime = iReference;
Public Property StrokeStartedTime As Nullable(Of DateTimeOffset)
속성 값
날짜 및 시간입니다.
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
적용 대상
추가 정보
- StrokeDuration
- CreateStrokeFromInkPoints(IIterable<InkPoint>, Matrix3x2, IReference<DateTime>, IReference<TimeSpan>)
- 펜 및 스타일러스 조작
- 시작: UWP 앱에서 잉크 지원
- 잉크 분석 샘플(기본)(C#)
- 잉크 필기 인식 샘플(C#)
- ISF(Ink Serialized Format) 파일에서 잉크 스트로크 저장 및 로드
- 클립보드에서 잉크 스트로크 저장 및 로드
- 잉크 도구 모음 위치 및 방향 샘플(기본)
- 잉크 도구 모음 위치 및 방향 샘플(동적)
- 색칠하기 책 샘플
- 가족 메모 샘플
- 수동 입력 샘플(JavaScript)
- 간단한 수동 입력 샘플(C#/C++)
- 복잡한 수동 입력 샘플(C++)
- 잉크 분석 샘플