In This Topic

ItemImage Property (BookmarksTree.TreeViewExWPF)

In This Topic
Gets or sets the BitmapSource of the image of the items.
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