Cell3DProperties.PresetMaterial Property

Preset Material.Represents the attribte in schema: prstMaterial

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "prstMaterial")> _
Public Property PresetMaterial As EnumValue(Of PresetMaterialTypeValues)
    Get
    Set
'Usage
Dim instance As Cell3DProperties
Dim value As EnumValue(Of PresetMaterialTypeValues)

value = instance.PresetMaterial

instance.PresetMaterial = value
[SchemaAttrAttribute(, "prstMaterial")]
public EnumValue<PresetMaterialTypeValues> PresetMaterial { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<PresetMaterialTypeValues>
Returns EnumValue<T>.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies a material type which will be used to define the material characteristics of the cell. The material properties, combined with the lighting characteristics of the scene in define the final look and feel of the 3-D appearance of the cell.

The possible values for this attribute are defined by the ST_PresetMaterialType simple type.

See Also

Reference

Cell3DProperties Class

Cell3DProperties Members

DocumentFormat.OpenXml.Drawing Namespace