Ignite UI API Reference
ig.excel.ShapeOutlineSolid
Represents a shape outline with a solid color.
Dependencies
jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
-
- new $.ig.excel.ShapeOutlineSolid( );
Creates a new ShapeOutlineSolid instance.
-
- new $.ig.excel.ShapeOutlineSolid( color:string );
Creates a new ShapeOutlineSolid instance.
- color
- Type:string
- The color of the outline.
-
- new $.ig.excel.ShapeOutlineSolid( colorInfo:ig.excel.WorkbookColorInfo );
Creates a new ShapeFillSolid instance.
- colorInfo
- Type:ig.excel.WorkbookColorInfo
- The WorkbookColorInfo describing the color of the outline.
-
colorInfo
- .colorInfo( );
Gets the WorkbookColorInfo describing the color of the outline.