ImageGear23.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : FilledRectangle Property |
'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); }