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