Click or drag to resize

XlsBitmapShape ColorFrom Property

Gets or sets the starting color for a color change effect in a shape.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color ColorFrom { get; set; }

Return Value

Type: Color
A Color object representing the starting color of the color change effect.

Implements

IPictureShape ColorFrom
See Also