CaretType Enum

Definition

Specifies the caret type.

public enum class CaretType
/// [Windows.Foundation.Metadata.Version(1)]
enum class CaretType
[Windows.Foundation.Metadata.Version(1)]
public enum CaretType
var value = Microsoft.UI.Text.CaretType.normal
Public Enum CaretType
Inheritance
CaretType
Attributes

Fields

Normal 0

The insertion point for a sequenced language (characters that are typed with one key stroke).

Null 1

The insertion point is null.

Applies to

See also