GridDensityValue Enumeration |
Specifies the type of horizontal/vertical grid to use for a page.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum GridDensityValue
Public Enumeration GridDensityValue
public enum class GridDensityValue
Members
| Member name | Value | Description |
---|
| Fixed | 0 |
Fixed.
|
| Coarse | 2 |
Coarse.
|
| Normal | 4 |
Normal. Default.
|
| Fine | 8 |
Fine
|
| Undefined | -2147483648 |
Undefined.
|
See Also