ClassNoneUnderlineDecoration
Class
Class NoneUnderlineDecoration representing empty underline.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers.Underline
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class NoneUnderlineDecoration : IUnderlineDecoration
Inheritance: objectNoneUnderlineDecoration
Implements:
Methods
CreateUnderline(Rect, Brush)
Creates the underline.
Declaration
cs-api-definition
public FrameworkElement CreateUnderline(Rect rect, Brush brush)
Parameters
rect
Rect
brush
Brush
Returns
FrameworkElement
Implements