Class DocumentRuler
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
[TelerikToolboxCategory("Documents")]
public class DocumentRuler : DocumentRulerBase
Constructors
DocumentRuler()
Declaration
public DocumentRuler()
Fields
AssociatedRichTextBoxProperty
Declaration
public static readonly DependencyProperty AssociatedRichTextBoxProperty
Field Value
System.Windows.DependencyProperty
|
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. |