ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearPageViewTool Class / Image Property




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