var instance = new Vintasoft.Imaging.ImageProcessing.WebDropShadowCommandJS(); var value; // Type: string value = instance.get_Color();
function get_Color() : string;
Return Value
Shadow color. Default value is "rgba(0,0,0,1)".
var instance = new Vintasoft.Imaging.ImageProcessing.WebDropShadowCommandJS(); var value; // Type: string value = instance.get_Color();
function get_Color() : string;