Class DocumentRulerBase
Inheritance
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class DocumentRulerBase : ContentControl
Constructors
DocumentRulerBase()
Declaration
public DocumentRulerBase()
Fields
ControllerProperty
Declaration
public static readonly DependencyProperty ControllerProperty
Field Value
System.Windows.DependencyProperty
|
HorizontalThumbStyleProperty
Declaration
public static readonly DependencyProperty HorizontalThumbStyleProperty
Field Value
System.Windows.DependencyProperty
|
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
System.Windows.DependencyProperty
|
MarkersBrushProperty
Declaration
public static readonly DependencyProperty MarkersBrushProperty
Field Value
System.Windows.DependencyProperty
|
MeasurementUnitProperty
Declaration
public static readonly DependencyProperty MeasurementUnitProperty
Field Value
System.Windows.DependencyProperty
|
SectionColumnThumbStyleProperty
Declaration
public static readonly DependencyProperty SectionColumnThumbStyleProperty
Field Value
System.Windows.DependencyProperty
|
TableColumnThumbStyleProperty
Declaration
public static readonly DependencyProperty TableColumnThumbStyleProperty
Field Value
System.Windows.DependencyProperty
|
ThumbBackgroundStyleProperty
Declaration
public static readonly DependencyProperty ThumbBackgroundStyleProperty
Field Value
System.Windows.DependencyProperty
|
VerticalThumbStyleProperty
Declaration
public static readonly DependencyProperty VerticalThumbStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Controller
Declaration
public IDocumentRulerController Controller { get; set; }
Property Value
IDocumentRulerController
|
CreateHorizontalRuler
Declaration
public bool CreateHorizontalRuler { get; set; }
Property Value
System.Boolean
|
CreateVerticalRuler
Declaration
public bool CreateVerticalRuler { get; set; }
Property Value
System.Boolean
|
DefaultRulerThumbType
HorizontalThumbStyle
Declaration
public Style HorizontalThumbStyle { get; set; }
Property Value
System.Windows.Style
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
MarkersBrush
Declaration
public Brush MarkersBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
MeasurementUnit
SectionColumnThumbStyle
Declaration
public Style SectionColumnThumbStyle { get; set; }
Property Value
System.Windows.Style
|
TableColumnThumbStyle
Declaration
public Style TableColumnThumbStyle { get; set; }
Property Value
System.Windows.Style
|
ThumbBackgroundStyle
Declaration
public Style ThumbBackgroundStyle { get; set; }
Property Value
System.Windows.Style
|
VerticalThumbStyle
Declaration
public Style VerticalThumbStyle { get; set; }
Property Value
System.Windows.Style
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
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. |
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
|
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
|