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

Provides functionality for managing and manipulating image-related user interface elements in Telerik documents.

Definition

Constructors

C#
public ImageUIProvider(ImageLayoutBox imageBox)
Parameters:imageBoxImageLayoutBox

Properties

Represents a user interface provider for image boxes in RadRichTextBox.

C#
public ImageLayoutBox ImageBox { get; }

Methods

CreateDrawingControl()

FrameworkElement

C#
protected override FrameworkElement CreateDrawingControl()
Returns:

FrameworkElement

Overrides: DrawingUIProvider.CreateDrawingControl()

C#
protected override SizeF GetDrawingSize()
Returns:

SizeF

Overrides: DrawingUIProvider.GetDrawingSize()

C#
protected override void UpdateRecycledUIElement()

Overrides: DrawingUIProvider.UpdateRecycledUIElement()

Updates the user interface elements associated with the image provider based on the specified update context.

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

The context that contains the information for updating the UI layer.

Overrides: HyperlinkUIProviderBase.UpdateUI(UILayerUpdateContext)