AvalonEdit
Start Property
NamespacesICSharpCode.AvalonEdit.RenderingCollapsedLineSectionStart
Gets the start line of the section. When the section is uncollapsed or the text containing it is deleted, this property returns null.
Declaration Syntax
C#Visual BasicVisual C++
public DocumentLine Start { get; internal set; }
Public Property Start As DocumentLine
	Get
	Friend Set
public:
property DocumentLine^ Start {
	DocumentLine^ get ();
	internal: void set (DocumentLine^ value);
}

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