Content Alignment

Property Value
Type: advanced
Identifier: org.eclipse.elk.contentAlignment
Meta Data Provider: core.options.CoreOptions
Value Type: java.util.EnumSet<org.eclipse.elk.core.options.ContentAlignment>
Possible Values: V_TOP
V_CENTER
V_BOTTOM
H_LEFT
H_CENTER
H_RIGHT
Default Value: ContentAlignment.topLeft() (as defined in org.eclipse.elk)
Applies To: parents

Description

Specifies how the content of a node are aligned. Each node can individually control the alignment of its contents. I.e. if a node should be aligned top left in its parent node, the parent node should specify that option.