ShapeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ShapeType
public enum ShapeType
type ShapeType =
Public Enum ShapeType
- Inheritance
-
ShapeType
Fields
Name | Value | Description |
---|---|---|
Box | 0 | |
Ellipse | 1 | |
Horizontal | 2 | |
Vertical | 3 | |
Up | 4 | |
Down | 5 |