Cell3DProperties.PresetMaterial Property
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.
Preset Material
Represents the following attribute in the schema: prstMaterial
[DocumentFormat.OpenXml.SchemaAttr(0, "prstMaterial")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> PresetMaterial { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> PresetMaterial { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "prstMaterial")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues>? PresetMaterial { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("prstMaterial")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues>? PresetMaterial { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues>? PresetMaterial { get; set; }
member this.PresetMaterial : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "prstMaterial")>]
member this.PresetMaterial : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("prstMaterial")>]
member this.PresetMaterial : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues> with get, set
Public Property PresetMaterial As EnumValue(Of PresetMaterialTypeValues)
Property Value
Returns EnumValue<T>.
- Attributes
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.