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. The rectangle. |
System. The brush. |
Returns
System. FrameworkElement. |