Class DocumentRulerElement
Inheritance
System.Object
DocumentRulerElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DocumentRulerElement : ContentControl, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
DocumentRulerElement()
Declaration
public DocumentRulerElement()
Fields
ControllerProperty
IsReadOnlyProperty
MarkersBrushProperty
MeasurementUnitProperty
Properties
AssociatedRichTextBox
Gets or sets the associated Rad
Declaration
public RadRichTextBox AssociatedRichTextBox { get; set; }
Property Value
Rad The associated rich text box. |
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
HorizontalRulerHeight
Declaration
public int HorizontalRulerHeight { 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.
|
MarkersContainerThickness
Declaration
public int MarkersContainerThickness { get; set; }
Property Value
System.
|
MeasurementUnit
VerticalRulerWidth
Declaration
public int VerticalRulerWidth { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnApplyTemplate()
OnAssociatedRichTextBoxChanged(RadRichTextBox, RadRichTextBox)
Declaration
protected virtual void OnAssociatedRichTextBoxChanged(RadRichTextBox oldRichTextBox, RadRichTextBox newRichTextBox)
Parameters
Rad
|
Rad
|
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.
|
Overrides
OnPropertyChanging(RadPropertyChangingEventArgs)
Declaration
protected override void OnPropertyChanging(RadPropertyChangingEventArgs args)