Gets the URI that is used to reference this typeface.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public Uri Uri { get; }
Visual Basic
Public ReadOnly Property Uri As Uri
	Get
Visual C++
public:
property Uri^ Uri {
	Uri^ get ();
}

Field Value

The URI.

See Also