Type of shape for Shape control.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration ShapeType |
| C# |
|---|
public enum ShapeType |
| Visual C++ |
|---|
public enum class ShapeType |
| JavaScript |
|---|
Greatis.Nostalgia.ShapeType = function(); Greatis.Nostalgia.ShapeType.createEnum('Greatis.Nostalgia.ShapeType', false); |
Members
| Member name | Description | |
|---|---|---|
| Rectangle |
Rectangle shape.
| |
| Square |
Square shape.
| |
| RoundRectangle |
Rounded rectangle shape.
| |
| RoundSquare |
Rounded square shape.
| |
| Circle |
Circle shape.
| |
| Ellipse |
Ellipse shape.
| |
| Oval |
Oval shape.
|