Intersoft ClientUI Documentation
TitleFontSize Property



Gets or sets title font size.
Syntax
<CategoryAttribute("Appearance")>
Public Property TitleFontSize As Double
Dim instance As UXFlow
Dim value As Double
 
instance.TitleFontSize = value
 
value = instance.TitleFontSize
[CategoryAttribute("Appearance")]
public double TitleFontSize {get; set;}
[CategoryAttribute("Appearance")]
public:
property double TitleFontSize {
   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

UXFlow Class
UXFlow Members

Send Feedback