ClassWaveUnderlineDecoration
Class
Class WaveUnderlineDecoration. Implements the IUnderlineDecoration
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers.Underline
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class WaveUnderlineDecoration : IUnderlineDecoration
Inheritance: objectWaveUnderlineDecoration
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