RunProperties.Scene3D Property

Scene3D, this property is only available in Office2010.Represents the element tag in schema: w14:scene3d

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property Scene3D As Scene3D
    Get
    Set
'Usage
Dim instance As RunProperties
Dim value As Scene3D

value = instance.Scene3D

instance.Scene3D = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public Scene3D Scene3D { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Office2010.Word.Scene3D

See Also

Reference

RunProperties Class

RunProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace