Class
UnderlineTextDecorationUILayer

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:

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

Inheritance: objectDecorationUILayerBaseUnderlineTextDecorationUILayer

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

UnderlineTextDecorationUILayer()

Declaration

cs-api-definition
public UnderlineTextDecorationUILayer()

Properties

Name

Gets the name of the UnderlineTextDecorationUILayer.

Declaration

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

Property Value

string

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

Overrides DecorationUILayerBase.Name

Methods

UpdateUIViewPortOverride(UILayerUpdateContext)

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

Declaration

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

Parameters

context

UILayerUpdateContext

The context for updating the UI layer.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)