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