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:
C#
public class StrikethroughTextDecorationUILayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseStrikethroughTextDecorationUILayer
Implements:
Inherited Members
Constructors
C#
public StrikethroughTextDecorationUILayer()
Properties
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)
The context containing information about the current UI layer update.
Overrides: