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:
public class AnchorFloatingBlockDecorationUILayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseAnchorFloatingBlockDecorationUILayer
Implements:
Inherited Members
Constructors
public AnchorFloatingBlockDecorationUILayer()
Properties
Gets the name of the anchor floating block decoration UI layer.
public override string Name { get; }
A string representing the name of the anchor floating block decoration UI layer.
Overrides:
Determines whether the AnchorFloatingBlockDecorationUILayer should be updated when it is not invalidated.
public override bool ShouldUpdateWhenNotInvalidated { get; }
Overrides:
Methods
Updates the user interface viewport for the anchor floating block decoration layer.
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context that provides information for updating the UI layer.
Overrides: