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




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

    Property Value

    ImGearARTArrow value.
    See Also