'Declaration Public Property EditTransformer As IInteractionController
public IInteractionController EditTransformer {get; set;}
public: __property IInteractionController* get_EditTransformer(); public: __property void set_EditTransformer( IInteractionController* value );
public: property IInteractionController^ EditTransformer { IInteractionController^ get(); void set ( IInteractionController^ value); }