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




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

    Property Value

    ImGearARTPinUpText value.
    See Also