New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

C#
public AnchorFloatingBlockDecorationUILayer()

Properties

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

C#
public override string Name { get; }
Property Value:

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

Overrides: DecorationUILayerBase.Name

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

C#
public override bool ShouldUpdateWhenNotInvalidated { get; }

Overrides: DecorationUILayerBase.ShouldUpdateWhenNotInvalidated

Methods

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

C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

The context that provides information for updating the UI layer.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)