Class
TextBorderUILayer

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 LineBasedUILayer<TextBorderTag>.ElementToSnapshotSpanCacheLineBasedUILayer<TextBorderTag>.Clear()LineBasedUILayer<TextBorderTag>.NormalizeByTextFormatDefinitionPriority(Span, IEnumerable<TagSpan<TextBorderTag>>, UIUpdateContext)LineBasedUILayer<TextBorderTag>.ArrangeLinePartUIElement(FrameworkElement, Span, UIUpdateContext)LineBasedUILayer<TextBorderTag>.GetLineUIElements(Span, IEnumerable<TagSpan<TextBorderTag>>, UIUpdateContext)LineBasedUILayer<TextBorderTag>.OnTextFormatDefinitionsRegistryChanged()LineBasedUILayer<TextBorderTag>.UpdateUIOverride(UIUpdateContext, TextSnapshotSpan)TagBasedUILayer<TextBorderTag>.UpdateUIOverride(UIUpdateContext)TagBasedUILayer<TextBorderTag>.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

TextBorderUILayer()

Declaration

cs-api-definition
public TextBorderUILayer()

Properties

Name

Gets the name.

Declaration

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

Property Value

string

The name.

Overrides UILayer.Name

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

TextBorderTag

The tag.

span

Span

The span.

updateContext

UIUpdateContext

The update context.

Returns

FrameworkElement

System.Windows.FrameworkElement.

Overrides LineBasedUILayer<TextBorderTag>.GetLinePartUIElement(TextBorderTag, 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)