ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsToolbarButtonInfo Class / Image Property




In This Topic
    Image Property (ImGearARTFormsToolbarButtonInfo)
    In This Topic
    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