AvalonEdit
StartExpression Property
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightingSpanStartExpression
Gets/Sets the start expression.
Declaration Syntax
C#Visual BasicVisual C++
public Regex StartExpression { get; set; }
Public Property StartExpression As Regex
	Get
	Set
public:
property Regex^ StartExpression {
	Regex^ get ();
	void set (Regex^ value);
}

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