Class LineUnderlineDecoration
Class LineUnderlineDecoration.
Implements the IUnderline
Inheritance
System.Object
LineUnderlineDecoration
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI.Layers.Underline
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class LineUnderlineDecoration : Object, IUnderlineDecoration
Properties
StrokeDashArray
Gets the stroke dash array.
Declaration
public DoubleCollection StrokeDashArray { get; }
Property Value
System. The stroke dash array. |
Methods
CreateUnderline(Rect, Brush)
Creates the underline.
Declaration
public FrameworkElement CreateUnderline(Rect rect, Brush brush)
Parameters
System. The rectangle. |
System. The brush. |
Returns
System. FrameworkElement. |