property Node.FixedHeight as Long
Retrieves or sets a value that indicates whether the height of the node's caption is fixed.

TypeDescription
Long A long expression that defines the fixed width for the node's caption.

By default, the FixedHeight property is -1. Use the FixedWidth and FixedHeight property to define the fixed size for the caption of the node. If the FixedHeight property is negative, the control gets automatically the height of the node, to let the entire caption being visible. Use the Font property to specify the control's font. Use the FixedWidthHeight and FixedHeightHeight properties to specify fixed size for all nodes in the organigram. Use the Padding property of the Node to define the padding for specified node.