Class RulerThumb
Inheritance
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()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
|
OnMouseLeftButtonUp(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonUp(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
|