Class TouchSelectionMarker
Represents a TouchSelectionMarker control.
Inheritance
System.Object
TouchSelectionMarker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class TouchSelectionMarker : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
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
Point
position
|