ArcFM Desktop Developer Guide
HeaderFont Property


Gets or sets the font used to display the description of a standard page.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Gets or sets the font used to display the description of a standard page.")>
Public Property HeaderFont As Font
'Usage
 
Dim instance As Wizard
Dim value As Font
 
instance.HeaderFont = value
 
value = instance.HeaderFont
[Category("Appearance")]
[Description("Gets or sets the font used to display the description of a standard page.")]
public Font HeaderFont {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Wizard Class
Wizard Members

 

 


Send Comment