PlaceDepthValue Enumeration |
For a drawing that is laid out automatically, specifies the method by which the drawing is analyzed before creating the layout and determines the type of layout.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum PlaceDepthValue
Public Enumeration PlaceDepthValue
public enum class PlaceDepthValue
Members|
| Member name | Value | Description |
|---|
| PageDefault | 0 |
Page default.
|
| Medium | 1 |
Medium.
|
| Deep | 2 |
Deep.
|
| Shallow | 3 |
Shallow.
|
| Undefined | -2147483648 |
Undefined.
|
See Also