The font name.
[Visual Basic .NET] Public Property Font As String
[C#] public string Font {get; set;}
[C++]
HRESULT get_Font(
BSTR* Font
);
[C++]
HRESULT put_Font(
BSTR Font
);
[C++]Parameters
Font [out, retval] Font is a parameter of type BSTR Font [in] Font is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.