Class
StrikethroughTextDecorationUILayer

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

Definition

Namespace:Telerik.Windows.Documents.UI.Layers.TextDecorationLayers

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class StrikethroughTextDecorationUILayer : DecorationUILayerBase, IUILayer

Inheritance: objectDecorationUILayerBaseStrikethroughTextDecorationUILayer

Implements: IUILayer

Inherited Members DecorationUILayerBase.ClearChildren()DecorationUILayerBase.ArrangeChildren()DecorationUILayerBase.GetLayerUIElement()DecorationUILayerBase.DoOnPresentationChanged()DecorationUILayerBase.UpdateViewPort(UILayerUpdateContext)DecorationUILayerBase.AddDecorationElement(UIElement)DecorationUILayerBase.Clear()DecorationUILayerBase.OnDocumentChanging()DecorationUILayerBase.OnDocumentChanged()DecorationUILayerBase.ShouldUpdateWhenNotInvalidatedDecorationUILayerBase.ShouldClipDecorationUILayerBase.IsHitTestVisibleDecorationUILayerBase.Document

Constructors

StrikethroughTextDecorationUILayer()

Declaration

cs-api-definition
public StrikethroughTextDecorationUILayer()

Properties

Name

Gets the name of the strikethrough text decoration UI layer.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

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

Overrides DecorationUILayerBase.Name

Methods

UpdateUIViewPortOverride(UILayerUpdateContext)

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

Declaration

cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

The context containing information about the current UI layer update.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)