BCGControlBar Library for .NET
Font Property (PropertyListControl)




Syntax
'Declaration
 
Public Overrides Property Font As Font
'Usage
 
Dim instance As PropertyListControl
Dim value As Font
 
instance.Font = value
 
value = instance.Font
public override Font Font {get; set;}
public: __property Font* get_Font() override;
public: __property void set_Font( 
   Font* value
) override;
public:
property Font^ Font {
   Font^ get() override;
   void set (    Font^ value) override;
}
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

PropertyListControl Class
PropertyListControl Members
Base Implementation in Font

Send Feedback