Sets the bottom PaddingStyleProperties size value. This overrides any value set with the allPadding property.
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.
allPaddingproperty. 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.bottomPadding = "5px"; controls.PANEL1.setBottomPadding("2em");