IFormat3D
ContourColor Property
|
Gets or sets the contour's color.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Color ContourColor { get; set; }
Property ContourColor As Color
Get
Set
property Color ContourColor {
Color get ();
void set (Color value);
}
abstract ContourColor : Color with get, set
Property Value
Type:
Color
See Also