FlexReport for WinForms
C1FontWeight 列挙体


C1.Document アセンブリ > C1.Document 名前空間 : C1FontWeight 列挙体
Defines the font weights.
シンタックス
'宣言
 
Public Enum C1FontWeight 
   Inherits System.Enum
'使用法
 
Dim instance As C1FontWeight
public enum C1FontWeight : System.Enum 
メンバ
メンバ解説
Black
"Black" font (900).
Bold
"Bold" font (700).
DemiBold
"Demi Bold" font (600).
ExtraBlack
"Extra Black" font (950).
ExtraBold
"Extra Bold" font (800).
ExtraLight
"Extra Light" font (200).
Heavy
"Heavy" font (900).
Light
"Light" font (300).
Medium
"Medium" font (500).
Normal
"Normal" font (400).
Regular
"Regular" font (400).
SemiBold
"Semi Bold" font (600).
SemiLight
"Semi Light" font (350).
Thin
"Thin" font (100).
UltraBlack
"Ultra Black" font (950).
UltraBold
"Ultra Bold" font (800).
UltraLight
"Ultra Light" font (200).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.C1FontWeight

参照

参照

C1.Document 名前空間