Shell.FlyoutBehavior Property
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.
Gets or sets the behavior to open the flyout.
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