ImageGear .NET v24.12 - Updated
Image Property (ImGearPageViewTool)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearPageViewTool Class : Image Property
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