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




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

    Property Value

    ImGearARTRectangle value.
    See Also