ClassLineUIProvider
Class
Provides UI functionalities for rendering lines in the document interface.
Definition
Namespace:Telerik.Windows.Documents.UI.UIProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class LineUIProvider : LineUIProviderBase, IUIProvider
Inheritance: objectLineUIProviderBaseLineUIProvider
Implements:
Inherited Members
Constructors
LineUIProvider(ParagraphLineInfo)
Declaration
cs-api-definition
public LineUIProvider(ParagraphLineInfo info)
Parameters
info
Properties
BoundingRectangle
Gets the bounding rectangle of the line UI provider.
Declaration
cs-api-definition
public override RectangleF BoundingRectangle { get; }
Property Value
Overrides
Methods
Arrange(UILayerUpdateContext)
Arranges the UI elements within the specified update context, adjusting their layout and positioning as necessary.
Declaration
cs-api-definition
public override void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
The context that contains information about the current UI layer update.
Overrides
CreateUIElements()
Declaration
cs-api-definition
protected override void CreateUIElements()
Overrides
DetachInvalidateEvents()
Declaration
cs-api-definition
protected override void DetachInvalidateEvents()
Overrides