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




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

    Property Value

    ImGearARTImageRef value.
    See Also