'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); }