Document Library for WinForms
TextFitMode 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : TextFitMode 列挙体
Specifies how a text is adjusted to fit in specified bounds.
シンタックス
'宣言
 
Public Enum TextFitMode 
   Inherits System.Enum
public enum TextFitMode : System.Enum 
メンバ
メンバ解説
AutoCharSpacingThe spacing between characters is adjusted (increased or decreased) so that text fits in the specified bounds.
AutoFontSizeThe font size is adjusted (increased or decreased) so that text fits in the specified bounds.
NoneText is not adjusted.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Document.TextFitMode

参照

C1.Win.Document 名前空間