ImageGear .NET
Ellipse Property (ImGearAnnotationItems)




Gets or sets the menu items that are displayed when right clicking on an ImageGear.ART.ImGearARTEllipse mark.
Syntax
'Declaration
 
Public Property Ellipse As ObservableCollection(Of Object)
'Usage
 
Dim instance As ImGearAnnotationItems
Dim value As ObservableCollection(Of Object)
 
instance.Ellipse = value
 
value = instance.Ellipse
public ObservableCollection<object> Ellipse {get; set;}
public: __property ObservableCollection<Object*>* get_Ellipse();
public: __property void set_Ellipse( 
   ObservableCollection<Object*>* value
);
public:
property ObservableCollection<Object^>^ Ellipse {
   ObservableCollection<Object^>^ get();
   void set (    ObservableCollection<Object^>^ value);
}

Property Value

A collection of objects.
See Also

Reference

ImGearAnnotationItems Class
ImGearAnnotationItems Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback