XlsBitmapShape
ColorTo Property
|
Gets or sets the target color for a color change operation in a shape's picture format.
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 ColorTo { get; set; }
Public Property ColorTo As Color
Get
Set
public:
virtual property Color ColorTo {
Color get () sealed;
void set (Color value) sealed;
}
abstract ColorTo : Color with get, set
override ColorTo : Color with get, set
Return Value
Type:
Color
The target color after the color change operation.
Implements
IPictureShape
ColorTo
See Also