DeviceFlyout
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides properties, methods, and events to interact with the client Flyout.
- C#
- VB.NET
public class DeviceFlyout
Public Class DeviceFlyout
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.