Intersoft ClientUI Documentation
HeaderFontSize Property (GroupBox)



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

GroupBox Class
GroupBox Members

Send Feedback