Shape3DType.PresetMaterial Property
Preset Material Type.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 Shape3DType
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>