ImageGear for .NET
Image Property (ImGearPageViewTool)




Gets or sets the image that appears in the toolbar item.
Syntax
'Declaration
 
Public Property Image As ImageSource
'Usage
 
Dim instance As ImGearPageViewTool
Dim value As ImageSource
 
instance.Image = value
 
value = instance.Image
public ImageSource Image {get; set;}
public: __property ImageSource* get_Image();
public: __property void set_Image( 
   ImageSource* value
);
public:
property ImageSource^ Image {
   ImageSource^ get();
   void set (    ImageSource^ value);
}

Property Value

ImageSource object.
See Also

Reference

ImGearPageViewTool Class
ImGearPageViewTool Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback