NotesTooltipLayer
Class
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:
C#
public class NotesTooltipLayer : PooledDecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBasePooledDecorationUILayerBaseNotesTooltipLayer
Implements:
Inherited Members
Constructors
Properties
Methods
C#
protected override void ResetPooledElementProperties(object element)
Overrides:
Updates the user interface viewport for the notes tooltip layer based on the specified update context.
C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context containing information needed to update the user interface layer.
Overrides: