BCGControlBar Library for .NET
TitleFont Property




Syntax
'Declaration
 
Public Property TitleFont As Font
'Usage
 
Dim instance As BackstageMiniPanel
Dim value As Font
 
instance.TitleFont = value
 
value = instance.TitleFont
public Font TitleFont {get; set;}
public: __property Font* get_TitleFont();
public: __property void set_TitleFont( 
   Font* value
);
public:
property Font^ TitleFont {
   Font^ get();
   void set (    Font^ 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

BackstageMiniPanel Class
BackstageMiniPanel Members

Send Feedback