SurfaceType Class
Defines the SurfaceType class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.SurfaceType
DocumentFormat.OpenXml.Drawing.Charts.BackWall
DocumentFormat.OpenXml.Drawing.Charts.Floor
DocumentFormat.OpenXml.Drawing.Charts.SideWall
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(ShapeProperties))> _
<ChildElementInfoAttribute(GetType(PictureOptions))> _
<ChildElementInfoAttribute(GetType(Thickness))> _
Public MustInherit Class SurfaceType _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As SurfaceType
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(ShapeProperties))]
[ChildElementInfoAttribute(typeof(PictureOptions))]
[ChildElementInfoAttribute(typeof(Thickness))]
public abstract class SurfaceType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:Thickness <c:thickness>ShapeProperties <c:spPr>PictureOptions <c:pictureOptions>ExtensionList <c:extLst>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.