The Master property on the Page and MasterPage is typed; to make this strongly-typed we have a new directive called the MasterType:
<%@ mastertype virtualpath="~/mymaster.master" %.
you should be able to use this to enable strong-typing to public props exposed on the master
Hope this helps.