ClassFloatingImageUIProvider
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
FloatingImageUIProvider(FloatingBlockLayoutBox)
Declaration
public FloatingImageUIProvider(FloatingBlockLayoutBox floatingImageBox)
Parameters
floatingImageBox
Properties
ImageBox
Represents the image box in the FloatingImageUIProvider, which is used to display images in the user interface.
ImageUI
Gets the image UI associated with the floating image provider.
Declaration
public Image ImageUI { get; }
Property Value
Image
Methods
CreateUIElement()
Declaration
protected override UIElement CreateUIElement()
Returns
UIElement
Overrides
UpdateRecycledUIElement()
Declaration
protected override void UpdateRecycledUIElement()
Overrides
UpdateUI(UILayerUpdateContext)
Updates the user interface for the floating image provider based on the given update context.
Declaration
public override void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
The context that contains information for updating the UI.
Overrides