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