ImageGear .NET v24.12 - Updated
PolyRuler Property (ImGearAnnotationTemplates)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationTemplates Class : PolyRuler Property
Gets or sets a PolyRuler mark to be used as a template when creating PolyRuler marks using the mouse.
Syntax
'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);
}

Property Value

ImGearARTPolyRuler value.
See Also

Reference

ImGearAnnotationTemplates Class
ImGearAnnotationTemplates Members