Constructor Element
Element(ElementType, Boolean)
Return an Element from a specified ElementType.
Declaration
public Element(ElementType type, bool defaultAttributes)
Parameters
Type | Name | Description |
---|---|---|
ElementType | type | The element type of the newly constructed element |
System.Boolean | defaultAttributes | True if default attributes are wanted |