ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTMarkTemplates Class / Ruler Property




In This Topic
    Ruler Property (ImGearARTMarkTemplates)
    In This Topic
    Gets or sets a Ruler mark to be used as a template when creating Ruler marks using the mouse.
    Syntax
    'Declaration
     
    Public Property Ruler As ImGearARTRuler
    'Usage
     
    Dim instance As ImGearARTMarkTemplates
    Dim value As ImGearARTRuler
     
    instance.Ruler = value
     
    value = instance.Ruler
    public ImGearARTRuler Ruler {get; set;}
    public: __property ImGearARTRuler* get_Ruler();
    public: __property void set_Ruler( 
       ImGearARTRuler* value
    );
    public:
    property ImGearARTRuler^ Ruler {
       ImGearARTRuler^ get();
       void set (    ImGearARTRuler^ value);
    }

    Property Value

    ImGearARTRuler value.
    See Also