ImageGear .NET v24.12 - Updated
PopupText Property (ImGearAnnotationItems)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationItems Class : PopupText Property
Gets or sets the menu items that are displayed when right clicking on an ImageGear.ART.ImGearARTPopupText mark.
Syntax
'Declaration
 
Public Property PopupText As ObservableCollection(Of Object)
'Usage
 
Dim instance As ImGearAnnotationItems
Dim value As ObservableCollection(Of Object)
 
instance.PopupText = value
 
value = instance.PopupText
public ObservableCollection<object> PopupText {get; set;}
public: __property ObservableCollection<Object*>* get_PopupText();
public: __property void set_PopupText( 
   ObservableCollection<Object*>* value
);
public:
property ObservableCollection<Object^>^ PopupText {
   ObservableCollection<Object^>^ get();
   void set (    ObservableCollection<Object^>^ value);
}

Property Value

A collection of objects.
See Also

Reference

ImGearAnnotationItems Class
ImGearAnnotationItems Members