constants PaddingEdgeEnum
The PaddingEdgeEnum type defines the left, top, right and bottom padding to display the text. The DefaultEventPadding property defines the padding to display the text in the event's body. The PaddingEdgeEnum type defines the following predefined values:

NameValueDescription
exPaddingAll-1 Indicates all margins of the object.
exPaddingLeft0 Indicates the left margin of the object.
exPaddingTop1 Indicates the top margin of the object.
exPaddingRight2 Indicates the right margin of the object.
exPaddingBottom3 Indicates the bottom margin of the object.