This document is archived and information here might be outdated.  Recommended version.


IMdDisplayNode.TextFont Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDisplayNode Interface > IMdDisplayNode.TextFont Property
ArcGIS Developer Help

IMdDisplayNode.TextFont Property

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.

See Also

IMdDisplayNode Interface