Represents a user interface layer for rendering underline text decorations.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers.TextDecorationLayers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class UnderlineTextDecorationUILayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseUnderlineTextDecorationUILayer
Implements:
Inherited Members
Constructors
C#
public UnderlineTextDecorationUILayer()
Properties
Methods
Updates the UI view port override for the underline text decoration layer.
C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context for updating the UI layer.
Overrides: