ImageGear .NET v24.12 - Updated
HollowRectangle Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : HollowRectangle Property
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

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members