C# Class MupApps.MvvmCross.Plugins.ControlsNavigation.MvxControlExtensions

Show file Open project: ChristianRuiz/MvvmCross-ControlsNavigation

Public Methods

Method Description
CheckEmptyControlBehaviour ( this control ) : void
CheckEmptyControlBehaviour ( this control, EmptyControlBehaviours lastBehaviour ) : void
GetDefaultEmptyControlBehaviour ( this control ) : EmptyControlBehaviours

Method Details

CheckEmptyControlBehaviour() public static method

public static CheckEmptyControlBehaviour ( this control ) : void
control this
return void

CheckEmptyControlBehaviour() public static method

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

GetDefaultEmptyControlBehaviour() public static method

public static GetDefaultEmptyControlBehaviour ( this control ) : EmptyControlBehaviours
control this
return EmptyControlBehaviours