ShapeAppearance Enumeration |
Specifies the style of a shape element.
Namespace:
Easymap.AddIn.Elements
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntaxpublic enum ShapeAppearance
Public Enumeration ShapeAppearance
Members
| Member name | Value | Description |
---|
| Rectangle | 0 |
Shape appears as rectangle
|
| Ellipse | 1 |
Shape appears as ellipse
|
| Quadrat | 2 |
Shape appears as quadrat
|
| Circle | 3 |
Shape appears as circle
|
| Reserved0 | 4 |
Reserved
|
| Reserved1 | 5 |
Reserved
|
| RoundedRectangle | 6 |
Shape appears as rectangle with rounded corners
|
See Also