property Element.StatusPadding(Edge as PaddingEdgeEnum) as Long
Returns or sets a value that indicates the padding of the element's status.

TypeDescription
Edge as PaddingEdgeEnum A PaddingEdgeEnum expression that specifies the edge to be changed
Long A long expression that defines the padding
By default, the StatusPadding is 0. The StatusPadding property specifies the status padding. Use the StatusColor property to specify a different status color. The BackColor property specifies the element's background color. The ForeColor property specifies the element's foreground color. The StatusSize property indicates the size of the element's status. The StatusAlign property indicates the alignment of the element's status. The StatusPattern property indicates a different pattern to be displayed on the element's status part.

The following screen shot shows the element when StatusPadding is 0 (default):

The following screen shot shows the element when StatusPadding is 1:

The following screen shot shows the element when StatusPadding is 4: