Class
TextHighlightUILayer

Class TextHighlightUILayer.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class TextHighlightUILayer : LineBasedUILayer<TextHighlightTag>

Inheritance: objectUILayerPooledUILayerTagBasedUILayer<TextHighlightTag>LineBasedUILayer<TextHighlightTag>TextHighlightUILayer

Inherited Members LineBasedUILayer<TextHighlightTag>.ElementToSnapshotSpanCacheLineBasedUILayer<TextHighlightTag>.Clear()LineBasedUILayer<TextHighlightTag>.NormalizeByTextFormatDefinitionPriority(Span, IEnumerable<TagSpan<TextHighlightTag>>, UIUpdateContext)LineBasedUILayer<TextHighlightTag>.ArrangeLinePartUIElement(FrameworkElement, Span, UIUpdateContext)LineBasedUILayer<TextHighlightTag>.GetLineUIElements(Span, IEnumerable<TagSpan<TextHighlightTag>>, UIUpdateContext)LineBasedUILayer<TextHighlightTag>.OnTextFormatDefinitionsRegistryChanged()LineBasedUILayer<TextHighlightTag>.UpdateUIOverride(UIUpdateContext, TextSnapshotSpan)TagBasedUILayer<TextHighlightTag>.UpdateUIOverride(UIUpdateContext)TagBasedUILayer<TextHighlightTag>.TaggerPooledUILayer.AddElementToPool(object)PooledUILayer.CanRecycle(object)PooledUILayer.GetElementFromPool<T>()UILayer.UpdateUI()UILayer.UpdateUI(UIUpdateContext)UILayer.OnAssociatedEditorChanged(RadSyntaxEditor, RadSyntaxEditor)UILayer.TranslateAndScale(UIUpdateContext)UILayer.ContainerUILayer.AssociatedEditor

Constructors

TextHighlightUILayer()

Declaration

cs-api-definition
public TextHighlightUILayer()

Properties

Name

Gets the name.

Declaration

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

Property Value

string

The name.

Overrides UILayer.Name

Methods

GetLinePartUIElement(TextHighlightTag, Span, UIUpdateContext)

Gets the line part UI element.

Declaration

cs-api-definition
protected override FrameworkElement GetLinePartUIElement(TextHighlightTag tag, Span span, UIUpdateContext updateContext)

Parameters

tag

TextHighlightTag

The tag.

span

Span

The span.

updateContext

UIUpdateContext

The update context.

Returns

FrameworkElement

FrameworkElement.

Overrides LineBasedUILayer<TextHighlightTag>.GetLinePartUIElement(TextHighlightTag, Span, UIUpdateContext)

ResetPooledElementProperties(object)

Resets the pooled element properties.

Declaration

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

Parameters

element

object

The element.

Overrides PooledUILayer.ResetPooledElementProperties(object)