'Declaration Public Property HollowRectangle As ImGearARTHollowRectangle
'Usage Dim instance As ImGearARTMarkTemplates Dim value As ImGearARTHollowRectangle instance.HollowRectangle = value value = instance.HollowRectangle
public ImGearARTHollowRectangle HollowRectangle {get; set;}
public: __property ImGearARTHollowRectangle* get_HollowRectangle(); public: __property void set_HollowRectangle( ImGearARTHollowRectangle* value );
public: property ImGearARTHollowRectangle^ HollowRectangle { ImGearARTHollowRectangle^ get(); void set ( ImGearARTHollowRectangle^ value); }