Represents a shape fill with a solid color.

Inheritance

constructor

public ShapeFillSolid()

Returns ShapeFillSolid

constructor

public ShapeFillSolid(Color color)

Returns ShapeFillSolid

constructor

public ShapeFillSolid(WorkbookColorInfo colorInfo)

Returns ShapeFillSolid

Gets or sets the describing the color of the fill.

public WorkbookColorInfo ColorInfo { get; }

Inherited from: ShapeFill

Creates an instance to describe a solid fill outline.

public static ShapeFill FromColor(Color solidColor)

Parameters

  • solidColor: Color

Returns any

Inherited from: ShapeFill

Creates an instance to describe a solid fill outline.

public static ShapeFill FromColorInfo(WorkbookColorInfo solidColorInfo)

Parameters

  • solidColorInfo: WorkbookColorInfo

Returns any