InterfaceIUnderlineDecoration
Interface
UnderlineDecoration behavior.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers.Underline
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public interface IUnderlineDecoration
Methods
CreateUnderline(Rect, Brush)
Creates the underline.
Declaration
cs-api-definition
FrameworkElement CreateUnderline(Rect rect, Brush brush)
Parameters
rect
Rect
The rectangle.
brush
Brush
The brush.
Returns
FrameworkElement
FrameworkElement.