Gets the file.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# |
|---|
public PersistedFile File { get; } |
| Visual Basic |
|---|
Public ReadOnly Property File As PersistedFile Get |
| Visual C++ |
|---|
public: property PersistedFile^ File { PersistedFile^ get (); } |