Class
AnchorFloatingBlockDecorationUILayer

Represents a UILayer that provides functionalities for rendering anchor floating blocks with text decorations in the UI.

Definition

Namespace:Telerik.Windows.Documents.UI.Layers.TextDecorationLayers

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class AnchorFloatingBlockDecorationUILayer : DecorationUILayerBase, IUILayer

Inheritance: objectDecorationUILayerBaseAnchorFloatingBlockDecorationUILayer

Implements: IUILayer

Inherited Members DecorationUILayerBase.ClearChildren()DecorationUILayerBase.ArrangeChildren()DecorationUILayerBase.GetLayerUIElement()DecorationUILayerBase.DoOnPresentationChanged()DecorationUILayerBase.UpdateViewPort(UILayerUpdateContext)DecorationUILayerBase.AddDecorationElement(UIElement)DecorationUILayerBase.Clear()DecorationUILayerBase.OnDocumentChanging()DecorationUILayerBase.OnDocumentChanged()DecorationUILayerBase.ShouldClipDecorationUILayerBase.IsHitTestVisibleDecorationUILayerBase.Document

Constructors

AnchorFloatingBlockDecorationUILayer()

Declaration

cs-api-definition
public AnchorFloatingBlockDecorationUILayer()

Properties

Name

Gets the name of the anchor floating block decoration UI layer.

Declaration

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

Property Value

string

A string representing the name of the anchor floating block decoration UI layer.

Overrides DecorationUILayerBase.Name

ShouldUpdateWhenNotInvalidated

Determines whether the AnchorFloatingBlockDecorationUILayer should be updated when it is not invalidated.

Declaration

cs-api-definition
public override bool ShouldUpdateWhenNotInvalidated { get; }

Property Value

bool

Overrides DecorationUILayerBase.ShouldUpdateWhenNotInvalidated

Methods

UpdateUIViewPortOverride(UILayerUpdateContext)

Updates the user interface viewport for the anchor floating block decoration layer.

Declaration

cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

The context that provides information for updating the UI layer.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)