'Declaration Public Property GraphicsType As ImGearVectGraphics
'Usage Dim instance As ImGearVectorData Dim value As ImGearVectGraphics instance.GraphicsType = value value = instance.GraphicsType
public ImGearVectGraphics GraphicsType {get; set;}
public: __property ImGearVectGraphics get_GraphicsType(); public: __property void set_GraphicsType( ImGearVectGraphics value );
public: property ImGearVectGraphics GraphicsType { ImGearVectGraphics get(); void set ( ImGearVectGraphics value); }