Class UnderlineInfo
Class Underline.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class UnderlineInfo
Constructors
UnderlineInfo()
UnderlineInfo(Brush, IUnderlineDecoration)
Initializes a new instance of the Underline
Declaration
public UnderlineInfo(Brush brush, IUnderlineDecoration decoration)
Parameters
System. The brush. |
IUnderline The decoration. |
Fields
None
Empty Underline instance.
Declaration
public static readonly UnderlineInfo None
Field Value
Properties
Brush
Gets the brush.
Declaration
public Brush Brush { get; }
Property Value
System. The brush. |
Decoration
Gets the decoration.
Declaration
public IUnderlineDecoration Decoration { get; }
Property Value
IUnderline The decoration. |
Methods
CreateUnderline(Rect)
Creates the underline.
Declaration
public FrameworkElement CreateUnderline(Rect rect)
Parameters
Rect
rect
|
Returns
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The object to compare with the current object. |
Returns
System.
|
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
Operators
Equality(UnderlineInfo, UnderlineInfo)
Implements the == operator.
Declaration
public static bool operator ==(UnderlineInfo left, UnderlineInfo right)
Parameters
Underline The left. |
Underline The right. |
Returns
System. The result of the operator. |
Inequality(UnderlineInfo, UnderlineInfo)
Implements the != operator.
Declaration
public static bool operator !=(UnderlineInfo left, UnderlineInfo right)
Parameters
Underline The left. |
Underline The right. |
Returns
System. The result of the operator. |