Interface IUnderlineDecoration
UnderlineDecoration behavior.
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI.Layers.Underline
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public interface IUnderlineDecoration
Methods
CreateUnderline(Rect, Brush)
Creates the underline.
Declaration
FrameworkElement CreateUnderline(Rect rect, Brush brush)
Parameters
Rect
rect
The rectangle. |
System.Drawing.Brush
brush
The brush. |
Returns
FrameworkElement
FrameworkElement. |