Class LineNumberingUIProvider
Represents line numbering UI providers class.
Inherited Members
Namespace: Telerik.Windows.Documents.UI.UIProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class LineNumberingUIProvider : LineUIProviderBase, IUIProvider
Constructors
LineNumberingUIProvider(ParagraphLineInfo)
Creating a new instance of the LineNumberingUIProvider class.
Declaration
public LineNumberingUIProvider(ParagraphLineInfo info)
Parameters
ParagraphLineInfo
info
The paragraph line info. |
Properties
BoundingRectangle
Gets the line number bounding rectangle.
Declaration
public override RectangleF BoundingRectangle { get; }
Property Value
RectangleF
|
Overrides
Methods
Arrange(UILayerUpdateContext)
Arranges the line.
Declaration
public override void Arrange(UILayerUpdateContext uiLayerUpdateContext)
Parameters
UILayerUpdateContext
uiLayerUpdateContext
The UI layer update context. |
Overrides
CreateUIElements()
Declaration
protected override void CreateUIElements()
Overrides
DetachInvalidateEvents()
Declaration
protected override void DetachInvalidateEvents()