ClassDocumentRulerBase
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class DocumentRulerBase : ContentControl
Inheritance: objectDocumentRulerBase
Derived Classes:
Constructors
DocumentRulerBase()
Declaration
public DocumentRulerBase()
Fields
ControllerProperty
Declaration
public static readonly DependencyProperty ControllerProperty
Field Value
DependencyProperty
HorizontalThumbStyleProperty
Declaration
public static readonly DependencyProperty HorizontalThumbStyleProperty
Field Value
DependencyProperty
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
DependencyProperty
MarkersBrushProperty
Declaration
public static readonly DependencyProperty MarkersBrushProperty
Field Value
DependencyProperty
MeasurementUnitProperty
Declaration
public static readonly DependencyProperty MeasurementUnitProperty
Field Value
DependencyProperty
SectionColumnThumbStyleProperty
Declaration
public static readonly DependencyProperty SectionColumnThumbStyleProperty
Field Value
DependencyProperty
TableColumnThumbStyleProperty
Declaration
public static readonly DependencyProperty TableColumnThumbStyleProperty
Field Value
DependencyProperty
ThumbBackgroundStyleProperty
Declaration
public static readonly DependencyProperty ThumbBackgroundStyleProperty
Field Value
DependencyProperty
VerticalThumbStyleProperty
Declaration
public static readonly DependencyProperty VerticalThumbStyleProperty
Field Value
DependencyProperty
Properties
Controller
Declaration
public IDocumentRulerController Controller { get; set; }
Property Value
DefaultRulerThumbType
Declaration
public RulerThumbType DefaultRulerThumbType { get; set; }
Property Value
HorizontalThumbStyle
Declaration
public Style HorizontalThumbStyle { get; set; }
Property Value
Style
MarkersBrush
Declaration
public Brush MarkersBrush { get; set; }
Property Value
Brush
MeasurementUnit
Declaration
public UnitTypes MeasurementUnit { get; set; }
Property Value
SectionColumnThumbStyle
Declaration
public Style SectionColumnThumbStyle { get; set; }
Property Value
Style
TableColumnThumbStyle
Declaration
public Style TableColumnThumbStyle { get; set; }
Property Value
Style
ThumbBackgroundStyle
Declaration
public Style ThumbBackgroundStyle { get; set; }
Property Value
Style
VerticalThumbStyle
Declaration
public Style VerticalThumbStyle { get; set; }
Property Value
Style
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
e
MouseEventArgs