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