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