ImageGear for .NET
Image Property (ImGearARTFormsToolbarButtonInfo)




Gets or sets the icon for new button.
Syntax
'Declaration
 
Public Property Image As Bitmap
'Usage
 
Dim instance As ImGearARTFormsToolbarButtonInfo
Dim value As Bitmap
 
instance.Image = value
 
value = instance.Image
public Bitmap Image {get; set;}
public: __property Bitmap* get_Image();
public: __property void set_Image( 
   Bitmap* value
);
public:
property Bitmap^ Image {
   Bitmap^ get();
   void set (    Bitmap^ value);
}

Property Value

Bitmap object.
See Also

Reference

ImGearARTFormsToolbarButtonInfo Class
ImGearARTFormsToolbarButtonInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback