FontFamily::BaseUri Property

 

Gets the base uniform resource identifier (URI) that is used to resolve a font family name.

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

public:
property Uri^ BaseUri {
	Uri^ get();
}

Property Value

Type: System::Uri^

A value of type Uri.

The return value is null if the font family name does not rely on a base URI for resolving the font reference. To retrieve the font family name that is used to construct the FontFamily object, use the Source property.

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

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

.NET Framework
Available since 3.0
Return to top
Show: