Drawing > Drawing Assembly Interfaces > IStyleContainerCollection
Assembly: Drawing;
Namespace: Prognoz.Platform.Interop.Drawing;
The IStyleContainerCollection interface is used to work with the collection of style containers.
IStyleContainerCollection
To get the collection, use the IStyleSheet.FindByTag method.
Property name | Brief description | |
![]() |
The Count property returns the number of style containers in the collection. | |
![]() |
The Item property returns the specified style container from the collection. |
See also: