IDecorationUIProvider
Interface
Represents a provider for UI-based text decorations in the Telerik document handling framework.
Definition
Namespace:Telerik.Windows.Documents.UI.TextDecorations.DecorationProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IDecorationUIProvider
Derived Classes:
Methods
Creates a user interface element for a text decoration based on the specified rectangle and color.
C#
UIElement CreateDecorationUI(RectangleF currentRectangle, Color color)
The rectangle that defines the area for the decoration UI.
colorColorThe color of the decoration UI.
Returns:UIElement
A UI element that represents the text decoration.