Class
FoldingRegion

Class FoldingRegion.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.Folding

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class FoldingRegion

Inheritance: objectFoldingRegion

Properties

FirstLineNumber

Gets the first line number.

Declaration

cs-api-definition
public int FirstLineNumber { get; }

Property Value

int

The first line number.

FoldedToolTipContent

Gets or sets the content of the folded tool tip.

Declaration

cs-api-definition
public object FoldedToolTipContent { get; set; }

Property Value

object

The content of the folded tool tip.

IsFolded

Gets or sets a value indicating whether this instance is folded.

Declaration

cs-api-definition
public bool IsFolded { get; set; }

Property Value

bool

true if this instance is folded; otherwise, false.

LastLineNumber

Gets the last line number.

Declaration

cs-api-definition
public int LastLineNumber { get; }

Property Value

int

The last line number.

Span

Gets the span.

Declaration

cs-api-definition
public Span Span { get; }

Property Value

Span

The span.

Title

Gets or sets the title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

The title.

Methods

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides object.GetHashCode()