Glyphs.UnicodeString 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.
Gets or sets the Unicode string to render in glyphs.
public:
property Platform::String ^ UnicodeString { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring UnicodeString();
void UnicodeString(winrt::hstring value);
public string UnicodeString { get; set; }
var string = glyphs.unicodeString;
glyphs.unicodeString = string;
Public Property UnicodeString As String
<Glyphs UnicodeString="string"/>
Property Value
A Unicode string with XAML-compatible encoding. The default is an empty string.