Fragment Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
public Range Fragment { get; internal set; }
Visual Basic
Public Property Fragment As Range
	Get
	Friend Set
Visual C++
public:
property Range^ Fragment {
	Range^ get ();
	internal: void set (Range^ value);
}

See Also