Class FlyoutPage
The native widget which provides Xamarin.FlyoutPage features.
Inherited Members
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 |
IsPresented
Gets or sets a value indicating whether the Flyout is shown.
Declaration
public bool IsPresented { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Orientation
Gets or sets the orientation of the screen.
Declaration
public DeviceOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
DeviceOrientation |
|
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> |