Class LineUnderlineDecoration. Implements the IUnderlineDecoration
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers.Underline
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public class LineUnderlineDecoration : IUnderlineDecoration
Inheritance: objectLineUnderlineDecoration
Implements:
Properties
StrokeDashArray
DoubleCollection
Gets the stroke dash array.
C#
public DoubleCollection StrokeDashArray { get; }
The stroke dash array.
Methods
CreateUnderline(Rect, Brush)
FrameworkElement
Creates the underline.
C#
public FrameworkElement CreateUnderline(Rect rect, Brush brush)
The rectangle.
brushBrushThe brush.
Returns:FrameworkElement
FrameworkElement.
Implements: