ClassTextHighlightUILayer
Class
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
Constructors
TextHighlightUILayer()
Declaration
cs-api-definition
public TextHighlightUILayer()
Properties
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
The tag.
span
The span.
updateContext
The update context.
Returns
FrameworkElement
FrameworkElement.
Overrides
ResetPooledElementProperties(object)
Resets the pooled element properties.
Declaration
cs-api-definition
protected override void ResetPooledElementProperties(object element)
Parameters
element
The element.
Overrides