DeviceFlyout
Wisej.Hybrid.DeviceFlyout
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides properties, methods, and events to interact with the client Flyout.
Access this class through the Device singleton.
Constructors
DeviceFlyout()

Creates a new instance of DeviceFlyout.
Properties
BackgroundColor

Color: Defines the background color of the flyout.
Behavior

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

FlyoutItem[]: Gets or sets the flyout items.
Events
ItemSelected

FlyoutItemSelectedEventHandler Fires when a flyout item is selected.
Last updated