Class CustomPropCollection
CustomPropCollection class
CustomProps collection.
public class CustomPropCollection : Collection
Constructors
Name | Description |
---|---|
CustomPropCollection() | Constructor. |
Properties
Name | Description |
---|---|
Count { get; } | Gets the number of elements actually contained in the collection. |
Item { get; } | Gets the element at specified index. |
Methods
Name | Description |
---|---|
Add(CustomProp) | Add the CustomProp object in the collection. |
Clear() | Removes all elements from collection. |
GetEnumerator() | Supports a simple iteration over a nongeneric collection. |
IsExist(int) | Is exist item in the collection. |
Remove(CustomProp) | Remove the CustomProp object from the collection. |
See Also
- class Collection
- namespace Aspose.Diagram
- assembly Aspose.Diagram