'Declaration Public Property SelectionRectangle As ImGearRectangle
'Usage Dim instance As ImGearSelectSettings Dim value As ImGearRectangle instance.SelectionRectangle = value value = instance.SelectionRectangle
public ImGearRectangle SelectionRectangle {get; set;}
public: __property ImGearRectangle get_SelectionRectangle(); public: __property void set_SelectionRectangle( ImGearRectangle value );
public: property ImGearRectangle SelectionRectangle { ImGearRectangle get(); void set ( ImGearRectangle value); }