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

Class TextHighlightUILayer.

Definition

Constructors

C#
public TextHighlightUILayer()

Properties

Gets the name.

C#
public override string Name { get; }
Property Value:

The name.

Overrides: UILayer.Name

Methods

Gets the line part UI element.

C#
protected override FrameworkElement GetLinePartUIElement(TextHighlightTag tag, Span span, UIUpdateContext updateContext)
Parameters:tagTextHighlightTag

The tag.

spanSpan

The span.

updateContextUIUpdateContext

The update context.

Returns:

FrameworkElement

FrameworkElement.

Overrides: LineBasedUILayer<TextHighlightTag>.GetLinePartUIElement(TextHighlightTag, Span, UIUpdateContext)

Resets the pooled element properties.

C#
protected override void ResetPooledElementProperties(object element)
Parameters:elementobject

The element.

Overrides: PooledUILayer.ResetPooledElementProperties(object)