Glyphs::FontUri Property

 

Gets or sets the Uri that represents the location of the font used for rendering the Glyphs class.

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

public:
property Uri^ FontUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

A Uri that represents the location of the font used for rendering the Glyphs class.

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