'Declaration Public Overrides Property Images As Vintasoft.Imaging.ImageCollection
public override Vintasoft.Imaging.ImageCollection Images { get; set; }
public: __property Vintasoft.Imaging.ImageCollection* get_Images(); override; public: __property void set_Images(
Vintasoft.Imaging.ImageCollection* value
); override;
public:
property Vintasoft.Imaging.ImageCollection^ Images { Vintasoft.Imaging.ImageCollection^ get() override;; void set(Vintasoft.Imaging.ImageCollection^ value) override;; }
Property Value
Коллекцию изображений можно задать только в конструкторе класса, класс использует коллекцию изображений контроллера данных аннотаций.