FlexReport for WPF
ShapeType 列挙体


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 : ShapeType 列挙体
Fieldによってサポートされる図形を定義します。
シンタックス
'宣言
 
Public Enum ShapeType 
   Inherits System.Enum
'使用法
 
Dim instance As ShapeType
public enum ShapeType : System.Enum 
メンバ
メンバ解説
Arc円弧形。
Ellipse楕円形。
IsoscelesTriangle二等辺三角形。
Line直線図形。
None図形なし。
Pie扇形。
Polygon多角形。
Rectangle四角形。
RightTriangle直角三角形。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Document.ShapeType

参照

C1.WPF.Document 名前空間