←Select platform

ItemTextFont Property

Summary

Items 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly