Abstract base class for the outline of a shape.

Inheritance

object

Classes that extend this class.

Derived Classes

constructor

protected ShapeOutline()

Returns ShapeOutline

Creates an instance to describe a solid color outline.

public static ShapeOutline FromColor(Color solidColor)

Parameters

  • solidColor: Color

Returns any

Creates an instance to describe a solid color outline.

public static ShapeOutline FromColorInfo(WorkbookColorInfo solidColorInfo)

Parameters

  • solidColorInfo: WorkbookColorInfo

Returns any