property Event.ExtraLabelAlign as ContentAlignmentEnum
Indicates the alignment of the event's extra label.

TypeDescription
ContentAlignmentEnum A ContentAlignmentEnum expression that specifies the alignment of the ExtraLabel property of the Event. The ExtraLabelAlign property supports additionally the following flag:
  • exWidth (4), to distribute the text on the element's width
By default, the ExtraLabelAlign property is exBottomLeft. The ExtraLabelAlign property aligns the event's ExtraLabel property on the event's body. The event displays the ExtraLabel, only if the LongLabel property is displayed. The LongLabel property is displayed only if it fits the event's body, else the ShortLabel property is shown. For instance, the ShortLabel property is shown if the event's body is too small. The AddEvent event occurs once a new event is added to the Events collection. You can handle the AddEvent event to initialize the ExtraLabel/ExtraLabelAlign with a different value.