←Select platform

Font Property

Syntax
C#
VB
C++
public override Font Font { get; set; } 
Public Overrides Property Font() As System.Drawing.Font 
   Get 
   Set 
public:  
   virtual property System::Drawing::Font^ Font 
   { 
      System::Drawing::Font^ get() override 
      void set(System::Drawing::Font^ value) override 
   } 

Property Value

The System.Drawing.Font to apply to the text displayed by the control. The default is the value of the System.Windows.Forms.Control.DefaultFont property.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly