Gets or sets the text container.

Namespace: FirstFloor.Documents.Controls.Behaviors
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.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

The text container is used to perform internal link navigation.

See Also