property Event.PicturesAlign as ContentAlignmentEnum
Indicates the alignment of the event's picture.

TypeDescription
ContentAlignmentEnum A ContentAlignmentEnum expression that specifies the alignment of the pictures being displayed by the Pictures property.
By default, the PicturesAlign property is exBottomRight, which means any picture associated to the event is displayed on the bottom-right corner of the event. The PicturesAlign property has effect only if the Pictures property refers valid pictures, and the event's body has enough space to display the pictures. The AddEvent event notifies your application once a new event is added. You can use this event to initialize the Pictures/PicturesAlign or ExtraPictures/ExtraPicturesAlign properties. The Width/Height property specifies the width and height of the picture to be displayed in the event's body.