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

Represents a user interface layer that handles the visual representation of strikethrough text decorations.

Definition

Constructors

C#
public StrikethroughTextDecorationUILayer()

Properties

Gets the name of the strikethrough text decoration UI layer.

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

A string that represents the name of the strikethrough text decoration layer.

Overrides: DecorationUILayerBase.Name

Methods

Updates the viewport override for the StrikethroughTextDecorationUILayer, allowing for adjustments to the user interface representation of text decorations.

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

The context containing information about the current UI layer update.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)