| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Images As RasterCollection(Of RasterImage) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterCommandProcessor Dim value As RasterCollection(Of RasterImage) value = instance.Images | |
| C# | |
|---|---|
public RasterCollection<RasterImage> Images {get;} | |
| C++/CLI | |
|---|---|
public: property RasterCollection<RasterImage^>^ Images { RasterCollection<RasterImage^>^ get(); } | |
Property Value
The collection of RasterImage objects to run the Commands on.For an example, refer to RasterCommandProcessor.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
Copy Code