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

TypeDescription
Long A long expression that defines the fixed width of the caption of the node. 
Use the FixedWidth and FixedHeight property to define the fixed size for the caption of the node. The FixedWidth property is -1. If the FixedWidth property is negative, the control gets automatically the width of the node, to let the entire caption being visible. In this case, the Width property defines the maximum width for the node's caption. 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 Caption property to specify the node's caption. Use the Padding property of the Node to define the padding for specified node.