AVEVA CAF API Documenation

HeaderFont Property
Gets or sets the font used to display the description of a standard page.
Syntax
[Category("Appearance")]
[Description("Gets or sets the font used to display the description of a standard page.")]
public Font HeaderFont {get; set;}
[Category("Appearance")]
[Description("Gets or sets the font used to display the description of a standard page.")]
public:
property Font^ HeaderFont {
   Font^ get();
   void set (    Font^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also