CaretType 열거형

정의

caret 형식을 지정합니다.

public enum class CaretType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CaretType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CaretType
var value = Windows.UI.Text.CaretType.normal
Public Enum CaretType
상속
CaretType
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

Normal 0

시퀀스된 언어의 삽입 지점입니다. 즉, 하나의 키 스트로크로 입력되는 문자입니다.

Null 1

삽입 지점이 null입니다.

적용 대상

추가 정보