Class
FloatingImageUIProvider

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

FloatingImageUIProvider(FloatingBlockLayoutBox)

Declaration

cs-api-definition
public FloatingImageUIProvider(FloatingBlockLayoutBox floatingImageBox)

Parameters

floatingImageBox

FloatingBlockLayoutBox

Properties

ImageBox

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

Declaration

cs-api-definition
public ImageLayoutBox ImageBox { get; }

Property Value

ImageLayoutBox

ImageUI

Gets the image UI associated with the floating image provider.

Declaration

cs-api-definition
public Image ImageUI { get; }

Property Value

Image

Methods

CreateUIElement()

Declaration

cs-api-definition
protected override UIElement CreateUIElement()

Returns

UIElement

Overrides FloatingDrawingUIProvider.CreateUIElement()

UpdateRecycledUIElement()

Declaration

cs-api-definition
protected override void UpdateRecycledUIElement()

Overrides FloatingDrawingUIProvider.UpdateRecycledUIElement()

UpdateUI(UILayerUpdateContext)

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

Declaration

cs-api-definition
public override void UpdateUI(UILayerUpdateContext uILayerUpdateContext)

Parameters

uILayerUpdateContext

UILayerUpdateContext

The context that contains information for updating the UI.

Overrides FloatingDrawingUIProvider.UpdateUI(UILayerUpdateContext)