Interface IDecorationUIProvider
Namespace: Telerik.WinForms.Documents.UI.TextDecorations.DecorationProviders
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public interface IDecorationUIProvider
Methods
CreateDecorationUI(RectangleF, Color)
Declaration
UIElement CreateDecorationUI(RectangleF currentRectangle, Color color)
Parameters
RectangleF
currentRectangle
|
Color
color
|
Returns
UIElement
|