Sets the PaddingStyleProperties size value used for top, bottom, left and right padding. This property can be overridden by the more specific
topPadding, bottomPadding, leftPadding and rightPadding properties.
Any size value that can be specified for the CSS padding property can be used when setting a value.
Setting this property to null removes any existing value.
topPadding,bottomPadding,leftPaddingandrightPaddingproperties. Any size value that can be specified for the CSSpaddingproperty can be used when setting a value. Setting this property tonullremoves any existing value.Examples:
controls.PANEL1.allPadding = "5px"; controls.PANEL1.setAllPadding("2em");