ImageGear23.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationItems Class : PolyRuler Property |
'Declaration Public Property PolyRuler As ObservableCollection(Of Object)
'Usage Dim instance As ImGearAnnotationItems Dim value As ObservableCollection(Of Object) instance.PolyRuler = value value = instance.PolyRuler
public ObservableCollection<object> PolyRuler {get; set;}
public: __property ObservableCollection<Object*>* get_PolyRuler(); public: __property void set_PolyRuler( ObservableCollection<Object*>* value );
public: property ObservableCollection<Object^>^ PolyRuler { ObservableCollection<Object^>^ get(); void set ( ObservableCollection<Object^>^ value); }