ImageGear .NET v24.12 - Updated
Rectangle Property (ImGearAnnotationTemplates)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationTemplates Class : Rectangle Property
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 ImGearAnnotationTemplates
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

Reference

ImGearAnnotationTemplates Class
ImGearAnnotationTemplates Members