Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.HtmlElement.WebViewController.ShouldAutorotateToInterfaceOrientation C# (CSharp) 메소드

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool
            public override bool ShouldAutorotateToInterfaceOrientation (UIInterfaceOrientation toInterfaceOrientation)
            {
                return Autorotate;
            }
        }