Transition Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Transition() | Initializes a new instance of the Transition class. | |
Transition(String) | Initializes a new instance of the Transition class from outer XML. | |
Transition(array<OpenXmlElement[]) | Initializes a new instance of the Transition class with the specified child elements. | |
Transition(IEnumerable<OpenXmlElement>) | Initializes a new instance of the Transition class with the specified child elements. |
Top