ClassAnchorFloatingBlockDecorationUILayer
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
AnchorFloatingBlockDecorationUILayer()
Declaration
public AnchorFloatingBlockDecorationUILayer()
Properties
Name
Gets the name of the anchor floating block decoration UI layer.
Declaration
public override string Name { get; }
Property Value
A string representing the name of the anchor floating block decoration UI layer.
Overrides
ShouldUpdateWhenNotInvalidated
Determines whether the AnchorFloatingBlockDecorationUILayer should be updated when it is not invalidated.
Declaration
public override bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
Overrides
Methods
UpdateUIViewPortOverride(UILayerUpdateContext)
Updates the user interface viewport for the anchor floating block decoration layer.
Declaration
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
context
The context that provides information for updating the UI layer.
Overrides