'Declaration Public Property ViewTransformer As IInteractionController
public IInteractionController ViewTransformer {get; set;}
public: __property IInteractionController* get_ViewTransformer(); public: __property void set_ViewTransformer( IInteractionController* value );
public: property IInteractionController^ ViewTransformer { IInteractionController^ get(); void set ( IInteractionController^ value); }