New to Telerik UI for WPFStart a free 30-day trial

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: IUnderlineDecoration

Properties

StrokeDashArray

DoubleCollection

Gets the stroke dash array.

C#
public DoubleCollection StrokeDashArray { get; }
Property Value:

The stroke dash array.

Methods

Creates the underline.

C#
public FrameworkElement CreateUnderline(Rect rect, Brush brush)
Parameters:rectRect

The rectangle.

brushBrush

The brush.

Returns:

FrameworkElement

FrameworkElement.

Implements: IUnderlineDecoration.CreateUnderline(Rect, Brush)