Represents a shape outline with a solid color.

Inheritance

constructor

public ShapeOutlineSolid()

Returns ShapeOutlineSolid

constructor

public ShapeOutlineSolid(Color color)

Returns ShapeOutlineSolid

constructor

public ShapeOutlineSolid(WorkbookColorInfo colorInfo)

Returns ShapeOutlineSolid

Gets or sets the describing the color of the outline.

public WorkbookColorInfo ColorInfo { get; }

Inherited from: ShapeOutline

Creates an instance to describe a solid color outline.

public static ShapeOutline FromColor(Color solidColor)

Parameters

  • solidColor: Color

Returns any

Inherited from: ShapeOutline

Creates an instance to describe a solid color outline.

public static ShapeOutline FromColorInfo(WorkbookColorInfo solidColorInfo)

Parameters

  • solidColorInfo: WorkbookColorInfo

Returns any