MsoPresetMaterial Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the extrusion surface material.
public enum class MsoPresetMaterial
public enum MsoPresetMaterial
type MsoPresetMaterial =
Public Enum MsoPresetMaterial
- Inheritance
-
MsoPresetMaterial
Fields
Name | Value | Description |
---|---|---|
msoPresetMaterialMixed | -2 | Return value only; indicates a combination of the other states. |
msoMaterialMatte | 1 | Matte. |
msoMaterialPlastic | 2 | Plastic. |
msoMaterialMetal | 3 | Metal. |
msoMaterialWireFrame | 4 | Wire frame. |
msoMaterialMatte2 | 5 | Matte2 |
msoMaterialPlastic2 | 6 | Plastic2 |
msoMaterialMetal2 | 7 | Metal2 |
msoMaterialWarmMatte | 8 | Warm Matte |
msoMaterialTranslucentPowder | 9 | Translucent Powder |
msoMaterialPowder | 10 | Powder |
msoMaterialDarkEdge | 11 | DarkEdge |
msoMaterialSoftEdge | 12 | Soft Edge |
msoMaterialClear | 13 | Clear |
msoMaterialFlat | 14 | Flat |
msoMaterialSoftMetal | 15 | Soft Metal |
Remarks
Used with the PresetMaterial property of the ThreeDFormat object.