Glyphs::UnicodeString Property

 

Gets or sets the String that represents the Unicode string for the Glyphs object.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property String^ UnicodeString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A Unicode string for the Glyphs object.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: