Shell.FlyoutBehavior Property

Definition

Setting the FlyoutBehavior property to Disabled hides the flyout, which is useful when you only have one ShellItem. The other valid FlyoutBehavior values are Flyout (default), and Locked.

public:
 property Microsoft::Maui::FlyoutBehavior FlyoutBehavior { Microsoft::Maui::FlyoutBehavior get(); void set(Microsoft::Maui::FlyoutBehavior value); };
public Microsoft.Maui.FlyoutBehavior FlyoutBehavior { get; set; }
member this.FlyoutBehavior : Microsoft.Maui.FlyoutBehavior with get, set
Public Property FlyoutBehavior As FlyoutBehavior

Property Value

Applies to