Class
LineUnderlineDecoration

Class LineUnderlineDecoration. Implements the IUnderlineDecoration

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers.Underline

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class LineUnderlineDecoration : IUnderlineDecoration

Inheritance: objectLineUnderlineDecoration

Implements: IUnderlineDecoration

Properties

StrokeDashArray

Gets the stroke dash array.

Declaration

cs-api-definition
public DoubleCollection StrokeDashArray { get; }

Property Value

DoubleCollection

The stroke dash array.

Methods

CreateUnderline(Rect, Brush)

Creates the underline.

Declaration

cs-api-definition
public FrameworkElement CreateUnderline(Rect rect, Brush brush)

Parameters

rect

Rect

The rectangle.

brush

Brush

The brush.

Returns

FrameworkElement

FrameworkElement.

Implements IUnderlineDecoration.CreateUnderline(Rect, Brush)