constants AspectRatioEnum
The AspectRatioEnum expression specifies the aspect ratio for the picture being displayed in the node. The PictureAspectRatio property specifies the aspect ratio for the node's picture. The Picture property assigns a picture to a node. The PictureWidth and PictureHeight properties controls the size of displayed picture.

NameValueDescription
exAspectRatioNone0 No aspect ratio is applied to the node's picture.
exAspectRatioWidth1 The picture's height is computed based on the original size of the picture while specifying the picture's width.
exAspectRatioHeight2 The picture's width is computed based on the original size of the picture while specifying the picture's height.