StateLayoutController.SwitchToTemplate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SwitchToTemplate(String, Boolean)
public void SwitchToTemplate(string customState, bool animate);
Parameters
- customState
- System.String
- animate
- System.Boolean
Applies to
SwitchToTemplate(LayoutState, String, Boolean)
public void SwitchToTemplate(Xamarin.CommunityToolkit.UI.Views.LayoutState state, string customState, bool animate);
Parameters
- state
- LayoutState
- customState
- System.String
- animate
- System.Boolean