Class FoldingRegion
Class FoldingRegion.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.Folding
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class FoldingRegion
Properties
FirstLineNumber
Gets the first line number.
Declaration
public int FirstLineNumber { get; }
Property Value
System.Int32
The first line number. |
FoldedToolTipContent
Gets or sets the content of the folded tool tip.
Declaration
public object FoldedToolTipContent { get; set; }
Property Value
System.Object
The content of the folded tool tip. |
IsFolded
Gets or sets a value indicating whether this instance is folded.
Declaration
public bool IsFolded { get; set; }
Property Value
System.Boolean
|
LastLineNumber
Gets the last line number.
Declaration
public int LastLineNumber { get; }
Property Value
System.Int32
The last line number. |
Span
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
System.String
The title. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current object. |
Returns
System.Boolean
|
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |