Represents a shape fill with a solid color.
Inheritance
object
Constructors
Section titled "Constructors"constructor
public ShapeFillSolid() Returns ShapeFillSolid
constructor
public ShapeFillSolid(Color color) Returns ShapeFillSolid
constructor
public ShapeFillSolid(WorkbookColorInfo colorInfo) Returns ShapeFillSolid
Properties
Section titled "Properties"ColorInfo
Section titled "ColorInfo"Gets or sets the describing the color of the fill.
public WorkbookColorInfo ColorInfo { get; } Methods
Section titled "Methods"FromColor(Color)
Section titled "FromColor(Color)"Inherited from: ShapeFill
Creates an instance to describe a solid fill outline.
public static ShapeFill FromColor(Color solidColor) Parameters
- solidColor:
Color
Returns any
FromColorInfo(WorkbookColorInfo)
Section titled "FromColorInfo(WorkbookColorInfo)"Inherited from: ShapeFill
Creates an instance to describe a solid fill outline.
public static ShapeFill FromColorInfo(WorkbookColorInfo solidColorInfo) Parameters
- solidColorInfo:
WorkbookColorInfo