ImageGear .NET v24.12 - Updated
PinUp Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : PinUp Property
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

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members