This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDisplayNode Interface > IMdDisplayNode.TextFont Property (ArcObjects .NET 10.4 SDK) |
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