TextDataFormat Enumeration
.NET Framework (current version)
Specifies the data format of the text data.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| CommaSeparatedValue | Specifies that the text data is in the CommaSeparatedValue data format. | |
| Html | Specifies that the text data is in the Html data format. | |
| Rtf | Specifies that the text data is in the Rtf data format. | |
| Text | Specifies that the text data is in the Text data format. | |
| UnicodeText | Specifies that the text data is in the UnicodeText data format. | |
| Xaml | Specifies that the text data is in the Xaml data format. |
.NET Framework
Available since 3.0
Available since 3.0
Show: