LineUIProvider
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:
C#
public class LineUIProvider : LineUIProviderBase, IUIProvider
Inheritance: objectLineUIProviderBaseLineUIProvider
Implements:
Inherited Members
Constructors
Properties
Gets the bounding rectangle of the line UI provider.
C#
public override RectangleF BoundingRectangle { get; }
Overrides:
Methods
Arranges the UI elements within the specified update context, adjusting their layout and positioning as necessary.
C#
public override void Arrange(UILayerUpdateContext uILayerUpdateContext)
The context that contains information about the current UI layer update.
Overrides:
C#
protected override void CreateUIElements()
Overrides:
C#
protected override void DetachInvalidateEvents()
Overrides: