AvalonEdit
IsDefinition Property
NamespacesICSharpCode.AvalonEdit.FoldingNewFoldingIsDefinition
Gets/Sets whether the folding is considered to be a definition. This has an effect on the 'Show Definitions only' command.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsDefinition { get; set; }
Public Property IsDefinition As Boolean
	Get
	Set
public:
property bool IsDefinition {
	bool get ();
	void set (bool value);
}

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