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