FlexReport for WPF
ShapeType 列挙体


C1.WPF.Document アセンブリ > 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 名前空間