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

Provides functionality for managing and displaying floating images within the Telerik UI framework. This class is responsible for handling the user interface interactions and visual representation of floating images in documents.

Definition

Constructors

C#
public FloatingImageUIProvider(FloatingBlockLayoutBox floatingImageBox)
Parameters:floatingImageBoxFloatingBlockLayoutBox

Properties

Represents the image box in the FloatingImageUIProvider, which is used to display images in the user interface.

C#
public ImageLayoutBox ImageBox { get; }

ImageUI

Image

Gets the image UI associated with the floating image provider.

C#
public Image ImageUI { get; }

Methods

C#
protected override UIElement CreateUIElement()
Returns:

UIElement

Overrides: FloatingDrawingUIProvider.CreateUIElement()

C#
protected override void UpdateRecycledUIElement()

Overrides: FloatingDrawingUIProvider.UpdateRecycledUIElement()

Updates the user interface for the floating image provider based on the given update context.

C#
public override void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters:uILayerUpdateContextUILayerUpdateContext

The context that contains information for updating the UI.

Overrides: FloatingDrawingUIProvider.UpdateUI(UILayerUpdateContext)