FontFamily::Source Property

 

Gets the font family name that is used to construct the FontFamily object.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property String^ Source {
	String^ get();
}

Property Value

Type: System::String^

The font family name of the FontFamily object.

To return the base uniform resource identifier (URI) value of a FontFamily object, use the BaseUri.

If the FontFamily object was created without specifying a font family name, the return value is Empty.

The following example shows the results of retrieving the BaseUri and Source property values from a FontFamily object.

No code example is currently available or this language may not be supported.

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