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


IMdDisplayNode.TextFont Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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