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 RadRichTextBox. This is a dependency property.
Declaration
public RadRichTextBox AssociatedRichTextBox { get; set; }
Property Value
RadRichTextBox
The associated rich text box. |
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
HorizontalRulerHeight
Declaration
public int HorizontalRulerHeight { get; set; }
Property Value
System.Int32
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
MarkersBrush
Declaration
public Brush MarkersBrush { get; set; }
Property Value
System.Drawing.Brush
|
MarkersContainerThickness
Declaration
public int MarkersContainerThickness { get; set; }
Property Value
System.Int32
|
MeasurementUnit
VerticalRulerWidth
Declaration
public int VerticalRulerWidth { get; set; }
Property Value
System.Int32
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnApplyTemplate()
OnAssociatedRichTextBoxChanged(RadRichTextBox, RadRichTextBox)
Declaration
protected virtual void OnAssociatedRichTextBoxChanged(RadRichTextBox oldRichTextBox, RadRichTextBox newRichTextBox)
Parameters
RadRichTextBox
oldRichTextBox
|
RadRichTextBox
newRichTextBox
|
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnPropertyChanging(RadPropertyChangingEventArgs)
Declaration
protected override void OnPropertyChanging(RadPropertyChangingEventArgs args)
Parameters
RadPropertyChangingEventArgs
args
|