IDocumentRulerController
Interface
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IDocumentRulerController
Derived Classes:
Methods
C#
void ChangeTabStopPosition(TabStopInfo tabStop, double offset)
GetFlowDirection()
FlowDirection
C#
FlowDirection GetFlowDirection()
FlowDirection
GetMarkersFlowDirection()
FlowDirection
C#
FlowDirection GetMarkersFlowDirection()
FlowDirection
C#
Rect GetPageSizeAndPosition()
Rect
GetScaleFactor()
Size
C#
Size GetScaleFactor()
Size
C#
bool IsValidColumnSeparatorChange(SeparatorInfo separatorInfo, double currentPosition, double horizontalChange)
C#
void SetSeparatorOffset(SeparatorInfo separator, double offset)
Events
C#
event EventHandler<EventArgs> PageChanged
C#
event EventHandler<EventArgs> SeparatorsChanged