ImageGear .NET
Polygon Property (ImGearAnnotationItems)




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

Property Value

A collection of objects.
See Also

Reference

ImGearAnnotationItems Class
ImGearAnnotationItems Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback