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; }
Public Property ColorFrom As Color
Get
Set
public:
virtual property Color ColorFrom {
Color get () sealed;
void set (Color value) sealed;
}
abstract ColorFrom : Color with get, set
override ColorFrom : Color with get, set
Return Value
Type:
Color
A
Color
object representing the starting color of the color change effect.
Implements
IPictureShape
ColorFrom
See Also