'Declaration Public Property HandPan As ImGearHandPanSettings
'Usage Dim instance As ImGearMouseToolSettings Dim value As ImGearHandPanSettings instance.HandPan = value value = instance.HandPan
public ImGearHandPanSettings HandPan {get; set;}
public: __property ImGearHandPanSettings* get_HandPan(); public: __property void set_HandPan( ImGearHandPanSettings* value );
public: property ImGearHandPanSettings^ HandPan { ImGearHandPanSettings^ get(); void set ( ImGearHandPanSettings^ value); }