Format3D
ContourColor Property
|
Gets or sets the contour color.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color ContourColor { get; set; }
Public Property ContourColor As Color
Get
Set
public:
virtual property Color ContourColor {
Color get () sealed;
void set (Color value) sealed;
}
abstract ContourColor : Color with get, set
override ContourColor : Color with get, set
Return Value
Type:
Color
The contour color as a System.Drawing.Color object.
Implements
IFormat3D
ContourColor
See Also