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