get_BackColorOfShadow Method
Gets the background color of shadow.
var instance = new Vintasoft.Imaging.ImageProcessing.WebDropShadowCommandJS();
var value; // Type: string
value = instance.get_BackColorOfShadow();
function get_BackColorOfShadow() : string;
Return Value
Background color of shadow. Default value is "rgba(255,255,255,0)".