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