property Node.PictureAlignment as ImageAlignmentEnum
Specifies the alignment of the picture within the node.

TypeDescription
ImageAlignmentEnum An ImageAlignmentEnum expression that indicates the alignment of the picture. 

Use the PictureAlignment property to align the picture in the node. Use the Picture property to load an user defined picture to a node. The PictureAlignment property has no effect if the node has no picture loaded. Use the BackColor property to specify the node's background color. Use the Picture property to display a picture on the control's background.