AVEVA CAF API Documenation

WelcomeFont Property
Gets or sets the font used to display the description of a welcome of finish page.
Syntax
[Category("Appearance")]
[Description("Gets or sets the font used to display the description of a welcome of finish page.")]
public Font WelcomeFont {get; set;}
[Category("Appearance")]
[Description("Gets or sets the font used to display the description of a welcome of finish page.")]
public:
property Font^ WelcomeFont {
   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