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