Ignite UI API Reference
ig.excel.ShapeOutline
Abstract base class for the outline of a shape.
Dependencies
jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
-
- new $.ig.excel.ShapeOutline( );
-
fromColor
- .fromColor( solidColor:string );
- Return Type:
- ig.excel.ShapeOutline
- Return Type Description:
- A <a href="ig.excel.ShapeOutlineSolid.html">ShapeOutlineSolid</a> instance with the specified color.
Creates an instance to describe a solid color outline.
- solidColor
- Type:string
- The color of the outline to create.
-
fromColorInfo
- .fromColorInfo( solidColorInfo:ig.excel.WorkbookColorInfo );
- Return Type:
- ig.excel.ShapeOutline
- Return Type Description:
- A <a href="ig.excel.ShapeOutlineSolid.html">ShapeOutlineSolid</a> instance with the specified color.
Creates an instance to describe a solid color outline.
- solidColorInfo
- Type:ig.excel.WorkbookColorInfo
- The WorkbookColorInfo describing the color of the outline to create.