ImageGear .NET
Polyline Property (ImGearAnnotationItems)




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

Property Value

A collection of objects.
See Also

Reference

ImGearAnnotationItems Class
ImGearAnnotationItems Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback