'Declaration <DescriptionAttribute("Image associated with this brush.")> Public Property Image As Vintasoft.Imaging.VintasoftImage
[Description("Image associated with this brush.")] public Vintasoft.Imaging.VintasoftImage Image { get; set; }
[Description("Image associated with this brush.")] public: __property Vintasoft.Imaging.VintasoftImage* get_Image(); public: __property void set_Image(
Vintasoft.Imaging.VintasoftImage* value
);
[Description("Image associated with this brush.")] public:
property Vintasoft.Imaging.VintasoftImage^ Image { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }