ClassFoldingRegion
Class FoldingRegion.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Folding
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class FoldingRegion
Inheritance: objectFoldingRegion
Properties
FirstLineNumber
Gets the first line number.
Declaration
public int FirstLineNumber { get; }
Property Value
The first line number.
FoldedToolTipContent
Gets or sets the content of the folded tool tip.
Declaration
public object FoldedToolTipContent { get; set; }
Property Value
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
true if this instance is folded; otherwise, false.
LastLineNumber
Gets the last line number.
Declaration
public int LastLineNumber { get; }
Property Value
The last line number.
Span
Gets the span.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides