UnderlineInfo
Class
Class Underline.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class UnderlineInfo
Inheritance: objectUnderlineInfo
Constructors
Initializes a new instance of the UnderlineInfo class.
C#
public UnderlineInfo()
Initializes a new instance of the UnderlineInfo class.
C#
public UnderlineInfo(Brush brush, IUnderlineDecoration decoration)
The brush.
decorationIUnderlineDecorationThe decoration.
Fields
Empty Underline instance.
C#
public static readonly UnderlineInfo None
Properties
Gets the decoration.
C#
public IUnderlineDecoration Decoration { get; }
The decoration.
Methods
Creates the underline.
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides:
Operators
Implements the != operator.
C#
public static bool operator !=(UnderlineInfo left, UnderlineInfo right)
The left.
rightUnderlineInfoThe right.
Returns:The result of the operator.
Implements the == operator.
C#
public static bool operator ==(UnderlineInfo left, UnderlineInfo right)
The left.
rightUnderlineInfoThe right.
Returns:The result of the operator.