Class TouchSelectionMarker
Represents a TouchSelectionMarker control.
Inheritance
System.Object
TouchSelectionMarker
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class TouchSelectionMarker : Control
Constructors
TouchSelectionMarker()
Initializes a new instance of the TouchSelectionMarker class.
Declaration
public TouchSelectionMarker()
Methods
SetPosition(Point)
Sets the position of the TouchSelectionMarker.
Declaration
public void SetPosition(Point position)
Parameters
System.Windows.Point
position
|