Gets or sets the page header font.
SyntaxVB6
Copy Code
|
|---|
Public Property Get HeaderFont() As IFontDisp |
C++
Copy Code
|
|---|
public: |
A font object. The default is null (Nothing in Visual Basic).
RemarksThis font is used to render the page headers' text, whose content is specified via the HeaderFormat property. If HeaderFont has the default null value, headers are rendered using the Font of the FlowChart class.
See Also