Class
NotesTooltipLayer

Represents a layer for displaying notes tooltips in the text decoration layer of the Telerik UI.

Definition

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

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class NotesTooltipLayer : PooledDecorationUILayerBase, IUILayer

Inheritance: objectDecorationUILayerBasePooledDecorationUILayerBaseNotesTooltipLayer

Implements: IUILayer

Inherited Members PooledDecorationUILayerBase.Clear()PooledDecorationUILayerBase.AddElementToPool(object)PooledDecorationUILayerBase.GetElementFromPool<T>()PooledDecorationUILayerBase.AddPooledDecorationElement(UIElement)DecorationUILayerBase.ClearChildren()DecorationUILayerBase.ArrangeChildren()DecorationUILayerBase.GetLayerUIElement()DecorationUILayerBase.DoOnPresentationChanged()DecorationUILayerBase.UpdateViewPort(UILayerUpdateContext)DecorationUILayerBase.AddDecorationElement(UIElement)DecorationUILayerBase.OnDocumentChanging()DecorationUILayerBase.OnDocumentChanged()DecorationUILayerBase.ShouldUpdateWhenNotInvalidatedDecorationUILayerBase.ShouldClipDecorationUILayerBase.IsHitTestVisibleDecorationUILayerBase.Document

Constructors

NotesTooltipLayer(ObjectPool)

Declaration

cs-api-definition
public NotesTooltipLayer(ObjectPool pool)

Parameters

pool

ObjectPool

Properties

Name

Gets the name of the NotesTooltipLayer.

Declaration

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

Property Value

string

The name of the NotesTooltipLayer as a string.

Overrides DecorationUILayerBase.Name

Methods

ResetPooledElementProperties(object)

Declaration

cs-api-definition
protected override void ResetPooledElementProperties(object element)

Parameters

element

object

Overrides PooledDecorationUILayerBase.ResetPooledElementProperties(object)

UpdateUIViewPortOverride(UILayerUpdateContext)

Updates the user interface viewport for the notes tooltip layer based on the specified update context.

Declaration

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

Parameters

context

UILayerUpdateContext

The context containing information needed to update the user interface layer.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)