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

Represents a user interface layer for rendering underline text decorations.

Definition

Constructors

C#
public UnderlineTextDecorationUILayer()

Properties

Gets the name of the UnderlineTextDecorationUILayer.

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

A string representing the name of the underline text decoration layer.

Overrides: DecorationUILayerBase.Name

Methods

Updates the UI view port override for the underline text decoration layer.

C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

The context for updating the UI layer.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)