ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationTemplates Class / PolyRuler Property




In This Topic
    PolyRuler Property (ImGearAnnotationTemplates)
    In This Topic
    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