←Select platform

ItemTextFont Property

Summary

Item's text font.

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

Property Value

The items text font. Default value is the font of the control. This value can be set to null to disable rendering the text.

Remarks

For more information, refer to Image Viewer Appearance.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.