SelectionType Enum

Definition

Specifies the type of a selection.

public enum class SelectionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SelectionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SelectionType
var value = Windows.UI.Text.SelectionType.none
Public Enum SelectionType
Inheritance
SelectionType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

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