Click or drag to resize

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)
Syntax
public enum YJustifyValue
Members
  Member nameValueDescription
TopJustified0 Top justified (the default).
Centered1 Centered.
BottomJustified2 Bottom justified.
Undefined-2147483648 Undefined.
See Also