Tiedoston nimi, josta teksti tai sanat ladataan.

Namespace: GameControls
Assembly: GameControls (in GameControls.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also