'宣言 Public Enum ShapeType Inherits System.Enum
'使用法 Dim instance As ShapeType
public enum ShapeType : System.Enum
'宣言 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