PresetMaterialType Enumeration
|
Indicates material of shape.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum PresetMaterialType
Public Enumeration PresetMaterialType
public enum class PresetMaterialType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Clear
|
0
|
|
|
|
DkEdge
|
1
|
|
|
|
Flat
|
2
|
|
|
|
LegacyMatte
|
3
|
|
|
|
LegacyMetal
|
4
|
|
|
|
LegacyPlastic
|
5
|
|
|
|
LegacyWireframe
|
6
|
|
|
|
Matte
|
7
|
|
|
|
Metal
|
8
|
|
|
|
Plastic
|
9
|
|
|
|
Powder
|
10
|
|
|
|
SoftEdge
|
11
|
|
|
|
Softmetal
|
12
|
|
|
|
TranslucentPowder
|
13
|
|
|
|
WarmMatte
|
14
|
|
See Also