StandardDataFormats.Rtf Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A read-only property that returns the format ID string value corresponding to the Rich Text Format (RTF).
public:
static property Platform::String ^ Rtf { Platform::String ^ get(); };
static winrt::hstring Rtf();
public static string Rtf { get; }
var string = StandardDataFormats.rtf;
Public Shared ReadOnly Property Rtf As String
Property Value
The format ID string value corresponding to the Rich Text Format (RTF) format.