Compartilhar via


Properties3D.PresetMaterialType Property

prstMaterial.Represents the attribte in schema: w14:prstMaterial

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

value = instance.PresetMaterialType

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

Property Value

Type: DocumentFormat.OpenXml.EnumValue<PresetMaterialTypeValues>

See Also

Reference

Properties3D Class

Properties3D Members

DocumentFormat.OpenXml.Office2010.Word Namespace