VerticalAlignment
public enum VerticalAlignment : Int
Provides values that indicate how diagram elements are aligned vertically.
- top: The element is aligned to the top of the allocated space.
- center: The element is aligned to the center of the allocated space.
- bottom: The element is aligned to the bottom of the allocated space.