ShapePlowCodeValue Enumeration |
Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ShapePlowCodeValue
Public Enumeration ShapePlowCodeValue
public enum class ShapePlowCodeValue
Members|
| Member name | Value | Description |
|---|
| UsePageDefault | 0 |
Use page default.
|
| NomoveShape | 1 |
Do not move shape.
|
| MoveShape | 2 |
Move shape.
|
| Undefined | -2147483648 |
Undefined.
|
See Also