'Declaration Public Property View As IImGearScrollableView
'Usage Dim instance As ImGearAnnotatorMarkControllerData Dim value As IImGearScrollableView instance.View = value value = instance.View
public IImGearScrollableView View {get; set;}
public: __property IImGearScrollableView* get_View(); public: __property void set_View( IImGearScrollableView* value );
public: property IImGearScrollableView^ View { IImGearScrollableView^ get(); void set ( IImGearScrollableView^ value); }