FontFamily::BaseUri Property
.NET Framework (current version)
Gets the base uniform resource identifier (URI) that is used to resolve a font family name.
Assembly: PresentationCore (in PresentationCore.dll)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: