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

TypeDescription
ContentAlignmentEnum A ContentAlignmentEnum expression that specifies the alignment of the pictures being displayed by the ExtraPictures property.
By default, the ExtraPicturesAlign property is exTopRight, which means any extra picture associated to the event is displayed on the top-right corner of the event. The ExtraPicturesAlign property has effect only if the ExtraPictures 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.