Skip to main content

DeviceFlyout

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides properties, methods, and events to interact with the client Flyout.

public class DeviceFlyout

Access this class through the Device singleton.

Constructors​

Instance memberDeviceFlyout()​

Creates a new instance of DeviceFlyout.

Properties​

Instance memberBackgroundColor​

Color: Defines the background color of the flyout.

Instance memberBehavior​

Nullable<FlyoutBehavior>: Defines the flyout behavior for the app shell.

Instance memberItems​

FlyoutItem[]: Gets or sets the flyout items.

Events​

Instance memberItemSelected​

FlyoutItemSelectedEventHandler Fires when a flyout item is selected.