'Declaration Public Property Rectangle As ImGearARTRectangle
'Usage Dim instance As ImGearARTMarkTemplates 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); }