SelectionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Value | Description |
|---|---|---|
| None | 0 | No selection and no insertion point. |
| InsertionPoint | 1 | An insertion point. |
| Normal | 2 | A single nondegenerate range. |
| InlineShape | 7 | An image (see ITextRange.InsertImage). |
| Shape | 8 | A shape. |