Class RulerThumb
Inheritance
System.Object
RulerThumb
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class RulerThumb : Control
Constructors
RulerThumb()
Declaration
public RulerThumb()
Fields
IsDraggingProperty
Declaration
public static readonly DependencyProperty IsDraggingProperty
Field Value
System.Windows.DependencyProperty
|
RulerThumbTypeProperty
Declaration
public static readonly DependencyProperty RulerThumbTypeProperty
Field Value
System.Windows.DependencyProperty
|
ToolTipTextProperty
Declaration
public static readonly DependencyProperty ToolTipTextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsDragging
Declaration
public bool IsDragging { get; }
Property Value
System.Boolean
|
RulerThumbType
ToolTipText
Declaration
public string ToolTipText { get; set; }
Property Value
System.String
|
Methods
CancelDrag()
Declaration
public void CancelDrag()
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnLostMouseCapture(MouseEventArgs)
Declaration
protected override void OnLostMouseCapture(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
|
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
|
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
|
Events
DragCompleted
Declaration
public event DragCompletedEventHandler DragCompleted
Event Type
System.Windows.Controls.Primitives.DragCompletedEventHandler
|
DragDelta
Declaration
public event DragDeltaEventHandler DragDelta
Event Type
System.Windows.Controls.Primitives.DragDeltaEventHandler
|
DragStarted
Declaration
public event DragStartedEventHandler DragStarted
Event Type
System.Windows.Controls.Primitives.DragStartedEventHandler
|