DirectionalLight Constructors
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.
Overloads
DirectionalLight() |
Initializes a new instance of the DirectionalLight class. |
DirectionalLight(OpenXmlElement[]) |
Initializes a new instance of the DirectionalLight class with the specified child elements. |
DirectionalLight(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the DirectionalLight class with the specified child elements. |
DirectionalLight(String) |
Initializes a new instance of the DirectionalLight class from outer XML. |
DirectionalLight()
Initializes a new instance of the DirectionalLight class.
public DirectionalLight ();
Public Sub New ()
Applies to
DirectionalLight(OpenXmlElement[])
Initializes a new instance of the DirectionalLight class with the specified child elements.
public DirectionalLight (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
DirectionalLight(IEnumerable<OpenXmlElement>)
Initializes a new instance of the DirectionalLight class with the specified child elements.
public DirectionalLight (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
DirectionalLight(String)
Initializes a new instance of the DirectionalLight class from outer XML.
public DirectionalLight (string outerXml);
new DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight : string -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.