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




In This Topic
    Image Property (ImGearAnnotationItems)
    In This Topic
    Gets or sets the menu items that are displayed when right clicking on an ImageGear.ART.ImGearARTImage mark.
    Syntax
    'Declaration
     
    Public Property Image As ObservableCollection(Of Object)
    'Usage
     
    Dim instance As ImGearAnnotationItems
    Dim value As ObservableCollection(Of Object)
     
    instance.Image = value
     
    value = instance.Image
    public ObservableCollection<object> Image {get; set;}
    public: __property ObservableCollection<Object*>* get_Image();
    public: __property void set_Image( 
       ObservableCollection<Object*>* value
    );
    public:
    property ObservableCollection<Object^>^ Image {
       ObservableCollection<Object^>^ get();
       void set (    ObservableCollection<Object^>^ value);
    }

    Property Value

    A collection of objects.
    See Also