ImageGear .NET v24.12 - Updated
FilledRectangle Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : FilledRectangle Property
Gets or sets a Filled Rectangle mark to be used as a template when creating rectangle marks using the mouse.
Syntax
'Declaration
 
Public Property FilledRectangle As ImGearARTFilledRectangle
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTFilledRectangle
 
instance.FilledRectangle = value
 
value = instance.FilledRectangle
public ImGearARTFilledRectangle FilledRectangle {get; set;}
public: __property ImGearARTFilledRectangle* get_FilledRectangle();
public: __property void set_FilledRectangle( 
   ImGearARTFilledRectangle* value
);
public:
property ImGearARTFilledRectangle^ FilledRectangle {
   ImGearARTFilledRectangle^ get();
   void set (    ImGearARTFilledRectangle^ value);
}

Property Value

ImGearARTFilledRectangle value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members