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