BCGControlBar Library for .NET
Font Property (GridCellVisualStyle)




Gets or sets font used to display text.
Syntax
'Declaration
 
Public Property Font As Font
'Usage
 
Dim instance As GridCellVisualStyle
Dim value As Font
 
instance.Font = value
 
value = instance.Font
public Font Font {get; set;}
public: __property Font* get_Font();
public: __property void set_Font( 
   Font* value
);
public:
property Font^ Font {
   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

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback