This document is archived and information here might be outdated. Recommended version. |
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*