CalendarView for WinForms
FontPitch 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : FontPitch 列挙体
Represents the pitch of font.
シンタックス
'宣言
 
Public Enum FontPitch 
   Inherits System.Enum
public enum FontPitch : System.Enum 
メンバ
メンバ解説
DefaultIndicates the default pitch.
FixedIndicates the fixed pitch.
VariableIndicates the variable pitch.
解説
The two low-order bits specify the pitch of the font and can be one of the following values.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Drawing.Gdi.FontPitch

参照

C1.Framework.Drawing.Gdi 名前空間