SpreadJS Documentation
ShapeStyle Constructor
GC.Spread.Sheets.Shapes Namespace > ShapeStyle type : ShapeStyle Constructor
The style is an object that has same structure with a ShapeStyle instance, it is optional.
Represents a shape style.
Syntax
var instance = new GC.Spread.Sheets.Shapes.ShapeStyle(style);
function ShapeStyle( 
   style : Object
) : ShapeStyle;

Parameters

style
The style is an object that has same structure with a ShapeStyle instance, it is optional.
See Also

Reference

ShapeStyle type