ClassTextBorderUILayer
Class
Class TextBorderUILayer.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class TextBorderUILayer : LineBasedUILayer<TextBorderTag>
Inheritance: objectUILayerPooledUILayerTagBasedUILayer<TextBorderTag>LineBasedUILayer<TextBorderTag>TextBorderUILayer
Inherited Members
Constructors
TextBorderUILayer()
Declaration
cs-api-definition
public TextBorderUILayer()
Properties
Methods
GetLinePartUIElement(TextBorderTag, Span, UIUpdateContext)
Gets the line part UI element.
Declaration
cs-api-definition
protected override FrameworkElement GetLinePartUIElement(TextBorderTag 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
cs-api-definition
protected override void ResetPooledElementProperties(object element)
Parameters
element
The element.
Overrides