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