AvalonEdit
FoldingSection Class
NamespacesICSharpCode.AvalonEdit.FoldingFoldingSection
A section that can be folded.
Declaration Syntax
C#Visual BasicVisual C++
public sealed class FoldingSection : TextSegment
Public NotInheritable Class FoldingSection _
	Inherits TextSegment
public ref class FoldingSection sealed : public TextSegment
Members
All MembersMethodsProperties



IconMemberDescription
EndOffset
Gets/Sets the end offset of the segment.
(Inherited from TextSegment.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsFolded
Gets/sets if the section is folded.

Length
Gets/Sets the length of the segment.
(Inherited from TextSegment.)
StartOffset
Gets/Sets the start offset of the segment.
(Inherited from TextSegment.)
Tag
Gets/Sets an additional object associated with this folding section.

TextContent
Gets the content of the collapsed lines as text.

Title
Gets/Sets the text used to display the collapsed version of the folding section.

TooltipText Obsolete.
Gets the content of the collapsed lines as tooltip text.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from TextSegment.)
Inheritance Hierarchy
Object
TextSegment
 FoldingSection

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238