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
Namespace:Telerik.Windows.Documents.UI.UIProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class FloatingImageUIProvider : FloatingDrawingUIProvider, IUIProvider
Inheritance: objectFloatingDrawingUIProviderFloatingImageUIProvider
Implements:
Inherited Members
Constructors
public FloatingImageUIProvider(FloatingBlockLayoutBox floatingImageBox)
Properties
Represents the image box in the FloatingImageUIProvider, which is used to display images in the user interface.
public ImageLayoutBox ImageBox { get; }
ImageUI
Image
Gets the image UI associated with the floating image provider.
public Image ImageUI { get; }
Methods
CreateUIElement()
UIElement
protected override UIElement CreateUIElement()
UIElement
Overrides:
protected override void UpdateRecycledUIElement()
Overrides:
Updates the user interface for the floating image provider based on the given update context.
public override void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
The context that contains information for updating the UI.
Overrides: