YJustifyValue Enumeration |
Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum YJustifyValue
Public Enumeration YJustifyValue
public enum class YJustifyValue
Members
| Member name | Value | Description |
---|
| TopJustified | 0 |
Top justified (the default).
|
| Centered | 1 |
Centered.
|
| BottomJustified | 2 |
Bottom justified.
|
| Undefined | -2147483648 |
Undefined.
|
See Also