Gets ImageCollection of Element.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public ImageCollection Images { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Images As ImageCollection |
| Visual C++ |
|---|
public: property ImageCollection^ Images { ImageCollection^ get (); } |