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




In This Topic
    Image Property (ImGearARTMarkTemplates)
    In This Topic
    Gets or sets an Image mark to be used as a template when creating Image marks using the mouse.
    Syntax
    'Declaration
     
    Public Property Image As ImGearARTImage
    'Usage
     
    Dim instance As ImGearARTMarkTemplates
    Dim value As ImGearARTImage
     
    instance.Image = value
     
    value = instance.Image
    public ImGearARTImage Image {get; set;}
    public: __property ImGearARTImage* get_Image();
    public: __property void set_Image( 
       ImGearARTImage* value
    );
    public:
    property ImGearARTImage^ Image {
       ImGearARTImage^ get();
       void set (    ImGearARTImage^ value);
    }

    Property Value

    ImGearARTImage value.
    See Also