ClassTextUnderlineUILayer
Class TextUnderlineUILayer.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class TextUnderlineUILayer : LineBasedUILayer<UnderlineTag>
Inheritance: objectUILayerPooledUILayerTagBasedUILayer<UnderlineTag>LineBasedUILayer<UnderlineTag>TextUnderlineUILayer
Inherited Members
Constructors
TextUnderlineUILayer()
Declaration
public TextUnderlineUILayer()
Properties
Methods
ArrangeLinePartUIElement(FrameworkElement, Span, UIUpdateContext)
Arranges the line part UI element.
Declaration
protected override void ArrangeLinePartUIElement(FrameworkElement uiElement, Span span, UIUpdateContext updateContext)
Parameters
uiElement
FrameworkElement
The UI element.
span
The span.
updateContext
The update context.
Overrides
CanRecycle(object)
Determines whether this instance can recycle the specified element.
GetLinePartUIElement(UnderlineTag, Span, UIUpdateContext)
Gets the line part UI element.
Declaration
protected override FrameworkElement GetLinePartUIElement(UnderlineTag tag, Span span, UIUpdateContext updateContext)
Parameters
tag
The tag.
span
The span.
updateContext
The update context.
Returns
FrameworkElement
System.Windows.FrameworkElement.
Overrides
ResetPooledElementProperties(object)
Resets the pooled element properties.
Declaration
protected override void ResetPooledElementProperties(object element)
Parameters
element
The element.
Exceptions
Underlines cannot be recycled.
Overrides