Gets or sets the text container for this selection instance.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

The text container.

Remarks

This type or member is not intended to be used directly from your code.

See Also