C# 클래스 MupApps.MvvmCross.Plugins.ControlsNavigation.MvxControlExtensions

파일 보기 프로젝트 열기: ChristianRuiz/MvvmCross-ControlsNavigation

공개 메소드들

메소드 설명
CheckEmptyControlBehaviour ( this control ) : void
CheckEmptyControlBehaviour ( this control, EmptyControlBehaviours lastBehaviour ) : void
GetDefaultEmptyControlBehaviour ( this control ) : EmptyControlBehaviours

메소드 상세

CheckEmptyControlBehaviour() 공개 정적인 메소드

public static CheckEmptyControlBehaviour ( this control ) : void
control this
리턴 void

CheckEmptyControlBehaviour() 공개 정적인 메소드

public static CheckEmptyControlBehaviour ( this control, EmptyControlBehaviours lastBehaviour ) : void
control this
lastBehaviour EmptyControlBehaviours
리턴 void

GetDefaultEmptyControlBehaviour() 공개 정적인 메소드

public static GetDefaultEmptyControlBehaviour ( this control ) : EmptyControlBehaviours
control this
리턴 EmptyControlBehaviours