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




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

    Property Value

    ImGearARTHollowRectangle value.
    See Also