I have observed that binding a GameObject that has a RectTransform to it as a Transform will cause a binding to be made to RectTransform as well:
this.AddContainer (mainContainer)
.RegisterExtension<UnityBindingContainerExtension> ()
.Bind<Transform> ().ToGameObject ("SectorPanel").As ("SectorPanel")
will result in:
