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