StandardDataFormats.Rtf Property

Definition

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

String

Platform::String

winrt::hstring

The format ID string value corresponding to the Rich Text Format (RTF) format.

Applies to