ImageGear21.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationTemplates Class : PolyRuler Property |
'Declaration Public Property PolyRuler As ImGearARTPolyRuler
'Usage Dim instance As ImGearAnnotationTemplates Dim value As ImGearARTPolyRuler instance.PolyRuler = value value = instance.PolyRuler
public ImGearARTPolyRuler PolyRuler {get; set;}
public: __property ImGearARTPolyRuler* get_PolyRuler(); public: __property void set_PolyRuler( ImGearARTPolyRuler* value );
public: property ImGearARTPolyRuler^ PolyRuler { ImGearARTPolyRuler^ get(); void set ( ImGearARTPolyRuler^ value); }