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

Class TextBorderUILayer.

Definition

Constructors

C#
public TextBorderUILayer()

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(TextBorderTag tag, Span span, UIUpdateContext updateContext)
Parameters:tagTextBorderTag

The tag.

spanSpan

The span.

updateContextUIUpdateContext

The update context.

Returns:

FrameworkElement

System.Windows.FrameworkElement.

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

Resets the pooled element properties.

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

The element.

Overrides: PooledUILayer.ResetPooledElementProperties(object)