Share via


SelectionType Enum

Definition

Specifies the type of a selection.

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

Fields

InlineShape 7

An image (see ITextRange.InsertImage).

InsertionPoint 1

An insertion point.

None 0

No selection and no insertion point.

Normal 2

A single nondegenerate range.

Shape 8

A shape.

Applies to

See also