New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

C#
public NotesTooltipLayer(ObjectPool pool)
Parameters:poolObjectPool

Properties

Gets the name of the NotesTooltipLayer.

C#
public override string Name { get; }
Property Value:

The name of the NotesTooltipLayer as a string.

Overrides: DecorationUILayerBase.Name

Methods

C#
protected override void ResetPooledElementProperties(object element)
Parameters:elementobject

Overrides: PooledDecorationUILayerBase.ResetPooledElementProperties(object)

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

C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

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

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)