FlexReport for WinForms
C1FontStretch 列挙体


C1.Win.C1Document.4.5.2 アセンブリ > C1.Win.C1Document 名前空間 : C1FontStretch 列挙体
フォントの標準アスペクト比に対してフォントを伸縮する度合いを表します。
シンタックス
'宣言
 
Public Enum C1FontStretch 
   Inherits System.Enum
'使用法
 
Dim instance As C1FontStretch
public enum C1FontStretch : System.Enum 
メンバ
メンバ解説
Condensed狭い。
Expanded広い。
ExtraCondensedより狭い。
ExtraExpandedより広い。
Medium中レベル。
Normal標準。
SemiCondensedやや狭い。
SemiExpandedやや広い。
UltraCondensed極めて狭い。
UltraExpanded極めて広い。
Undefined未定義。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Document.C1FontStretch

参照

C1.Win.C1Document 名前空間