property Item.Padding as String
Specifies the padding (space between the menu border and the item content) to display the item.

TypeDescription
String A string expression that indicates a list of 4 positive numbers separated by comma characters, which indicates the distance in pixels from margin to client, in the following format: left, top, right, bottom.
By default, the Padding property is empty ( 0,0,0,0 ). The Padding property specifies the padding for a particular item. The Padding property specifies the padding (space between the menu border and the item content) to display the item. The Caption property indicates the item's caption to be shown on the item. The BackColor property specifies a different background color or a visual appearance for the item.