Show / Hide Table of Contents

    Class FlyoutPage

    The native widget which provides Xamarin.FlyoutPage features.

    Inheritance
    System.Object
    DrawerBox
    FlyoutPage
    Inherited Members
    DrawerBox.Toggled
    DrawerBox.Drawer
    DrawerBox.Content
    DrawerBox.DimArea
    DrawerBox.IsSplit
    DrawerBox.IsOpen
    DrawerBox.SplitRatio
    DrawerBox.PopoverRatio
    DrawerBox.IsGestureEnabled
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class FlyoutPage : DrawerBox

    Constructors

    FlyoutPage(EvasObject)

    Declaration
    public FlyoutPage(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Properties

    Detail

    Gets or sets the content of the DetailPage.

    Declaration
    public EvasObject? Detail { get; set; }
    Property Value
    Type Description
    System.Nullable<EvasObject>

    The DetailPage.

    Flyout

    Gets or sets the content of the Flyout.

    Declaration
    public EvasObject? Flyout { get; set; }
    Property Value
    Type Description
    System.Nullable<EvasObject>

    The Flyout.

    FlyoutLayoutBehavior

    Gets or sets the FlyoutPage behavior.

    Declaration
    public FlyoutLayoutBehavior FlyoutLayoutBehavior { get; set; }
    Property Value
    Type Description
    FlyoutLayoutBehavior

    The behavior of the FlyoutPage requested by the user.

    IsPresented

    Gets or sets a value indicating whether the Flyout is shown.

    Declaration
    public bool IsPresented { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the Flyout is presented.

    Orientation

    Gets or sets the orientation of the screen.

    Declaration
    public DeviceOrientation Orientation { get; set; }
    Property Value
    Type Description
    DeviceOrientation

    true if the Flyout is presented.

    Events

    IsPresentedChanged

    Occurs when the Flyout is shown or hidden.

    Declaration
    public event EventHandler<IsPresentedChangedEventArgs> IsPresentedChanged
    Event Type
    Type Description
    System.EventHandler<IsPresentedChangedEventArgs>

    UpdateIsPresentChangeable

    Occurs when the IsPresentChangeable was changed.

    Declaration
    public event EventHandler<UpdateIsPresentChangeableEventArgs> UpdateIsPresentChangeable
    Event Type
    Type Description
    System.EventHandler<UpdateIsPresentChangeableEventArgs>

    Extension Methods

    ThemeManager.GetDrawerRatio(DrawerBox, Int32, Int32)
    ThemeManager.GetSplitRatio(DrawerBox)
    Back to top Copyright © 2021 Samsung
    Generated by DocFX