New to Telerik UI for WPFStart a free 30-day trial

Provides UI functionalities for rendering lines in the document interface.

Definition

Constructors

C#
public LineUIProvider(ParagraphLineInfo info)
Parameters:infoParagraphLineInfo

Properties

Gets the bounding rectangle of the line UI provider.

C#
public override RectangleF BoundingRectangle { get; }

Overrides: LineUIProviderBase.BoundingRectangle

Methods

Arranges the UI elements within the specified update context, adjusting their layout and positioning as necessary.

C#
public override void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters:uILayerUpdateContextUILayerUpdateContext

The context that contains information about the current UI layer update.

Overrides: LineUIProviderBase.Arrange(UILayerUpdateContext)

C#
protected override void CreateUIElements()

Overrides: LineUIProviderBase.CreateUIElements()

C#
protected override void DetachInvalidateEvents()

Overrides: LineUIProviderBase.DetachInvalidateEvents()