In This Article

EditorViewSelectionGripper Class

Represents a gripper that can be dragged to extend the selection via touch interaction.

public class EditorViewSelectionGripper : Control
Inheritance:
object Visual UIElement FrameworkElement Control object

Constructors

EditorViewSelectionGripper()

Initializes a new instance of the EditorViewSelectionGripper class.

public EditorViewSelectionGripper()

Properties

IsForSelectionEnd

Gets whether the gripper is for the selection end.

public bool IsForSelectionEnd { get; }

Property Value

bool:

true if the gripper is for the selection end; otherwise, false. The default value is true.