End Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Finish line and char position

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Place End { get; set; }
Visual Basic
Public Property End As Place
	Get
	Set
Visual C++
public:
property Place End {
	Place get ();
	void set (Place value);
}

See Also