Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RadRichTextBoxRulerController : IDocumentRulerController
Inheritance: objectRadRichTextBoxRulerController
Implements:
Constructors
C#
public RadRichTextBoxRulerController(RadRichTextBox richTextBox)
Methods
C#
public void ChangeTabStopPosition(TabStopInfo tabStopInfo, double offset)
Implements:
C#
public IEnumerable<double> GetDefaultTabStopsByWidth(double width)
Implements:
GetFlowDirection()
FlowDirection
C#
public FlowDirection GetFlowDirection()
FlowDirection
Implements:
C#
public IEnumerable<SeparatorInfo> GetHorizontalSeparators()
Implements:
C#
public HorizontalSeparatorsInfo GetHorizontalSeparatorsInfo()
Implements:
GetMarkersFlowDirection()
FlowDirection
C#
public FlowDirection GetMarkersFlowDirection()
FlowDirection
Implements:
C#
public Rect GetPageSizeAndPosition()
Rect
Implements:
GetScaleFactor()
Size
C#
public Size GetScaleFactor()
Size
Implements:
C#
public IEnumerable<SeparatorInfo> GetVerticalSeparators()
Implements:
C#
public bool IsValidColumnSeparatorChange(SeparatorInfo separatorInfo, double currentPosition, double horizontalChange)
Implements:
C#
protected virtual void OnPageChanged()
C#
protected virtual void OnSeparatorsChanged()
C#
public void SetSeparatorOffset(SeparatorInfo separator, double offset)
Implements:
Events
C#
public event EventHandler<EventArgs> PageChanged
Implements:
C#
public event EventHandler<EventArgs> SeparatorsChanged
Implements: