The text font of the display node object.
[Visual Basic .NET]
Public Property TextFont As stdole.IFont
[C#]
public stdole.IFont TextFont {get; set;}
[C++]
HRESULT get_TextFont(
IFont** ppFont
);
[C++]
HRESULT putref_TextFont(
IFont* ppFont
);
[C++]Parameters
ppFont [out, retval]ppFont is a parameter of type IFont
ppFont [in]ppFont is a parameter of type IFont
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.