ImageGear for .NET
PopupText Property (ImGearAnnotationTemplates)




Gets or sets a Popup Text mark to be used as a template when creating Popup Text marks using the mouse.
Syntax
'Declaration
 
Public Property PopupText As ImGearARTPopupText
'Usage
 
Dim instance As ImGearAnnotationTemplates
Dim value As ImGearARTPopupText
 
instance.PopupText = value
 
value = instance.PopupText
public ImGearARTPopupText PopupText {get; set;}
public: __property ImGearARTPopupText* get_PopupText();
public: __property void set_PopupText( 
   ImGearARTPopupText* value
);
public:
property ImGearARTPopupText^ PopupText {
   ImGearARTPopupText^ get();
   void set (    ImGearARTPopupText^ value);
}

Property Value

ImGearARTPopupText value.
See Also

Reference

ImGearAnnotationTemplates Class
ImGearAnnotationTemplates Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback