Intersoft ClientUI Documentation
HeaderFontSize Property (UXNavigationPane)



Gets or sets a value that determines the font size of the header element.
Syntax
<CategoryAttribute("Text")>
Public Property HeaderFontSize As Double
Dim instance As UXNavigationPane
Dim value As Double
 
instance.HeaderFontSize = value
 
value = instance.HeaderFontSize
[CategoryAttribute("Text")]
public double HeaderFontSize {get; set;}
[CategoryAttribute("Text")]
public:
property double HeaderFontSize {
   double get();
   void set (    double 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

Reference

UXNavigationPane Class
UXNavigationPane Members

Send Feedback