MarginStyleProperties.setRightMargin

Sets the right MarginStyleProperties size value. This overrides any value set with the allMargin property. Any size value that can be specified for the CSS margin property can be used when setting a value. Setting this property to null removes any existing value.

Examples:

 controls.PANEL1.rightMargin = "5px";
 controls.PANEL1.setRightMargin("2em");
 

Parameters

java.lang.String  rightMargin,