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