ArcFM Desktop Developer Guide
HeaderTitleFont Property


Gets or sets the font used to display the title of a standard page.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Gets or sets the font used to display the title of a standard page.")>
Public Property HeaderTitleFont As Font
'Usage
 
Dim instance As Wizard
Dim value As Font
 
instance.HeaderTitleFont = value
 
value = instance.HeaderTitleFont
[Category("Appearance")]
[Description("Gets or sets the font used to display the title of a standard page.")]
public Font HeaderTitleFont {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