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