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