TextBorderUILayer
Class
Class TextBorderUILayer.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public class TextBorderUILayer : LineBasedUILayer<TextBorderTag>
Inheritance: objectUILayerPooledUILayerTagBasedUILayer<TextBorderTag>LineBasedUILayer<TextBorderTag>TextBorderUILayer...
Inherited Members
Constructors
C#
public TextBorderUILayer()
Properties
Methods
Gets the line part UI element.
C#
protected override FrameworkElement GetLinePartUIElement(TextBorderTag tag, Span span, UIUpdateContext updateContext)
The tag.
spanSpanThe span.
updateContextUIUpdateContextThe update context.
Returns:FrameworkElement
System.Windows.FrameworkElement.
Overrides:
Resets the pooled element properties.
C#
protected override void ResetPooledElementProperties(object element)
The element.
Overrides: