GdPicture.NET.14
GdPicture14.WPF Namespace / BookmarksTree Class / ItemImage Property





In This Topic
ItemImage Property (BookmarksTree)
In This Topic
Syntax
'Declaration
 
Public Property ItemImage As BitmapSource
public BitmapSource ItemImage {get; set;}
public read-write property ItemImage: BitmapSource; 
public function get,set ItemImage : BitmapSource
public: __property BitmapSource* get_ItemImage();
public: __property void set_ItemImage( 
   BitmapSource* value
);
public:
property BitmapSource^ ItemImage {
   BitmapSource^ get();
   void set (    BitmapSource^ value);
}
See Also