PaddingStyleProperties.setTopPadding

Sets the top 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.

Examples:

 controls.PANEL1.topPadding = "5px";
 controls.PANEL1.setTopPadding("2em");
 

Parameters

java.lang.String  topPadding,