Class ScaffoldFlyoutButton
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Scaffold.dll
A nav bar drawer button: opens the corresponding flyout; visible when its content resolves, the page is not modal, and its ScaffoldFlyoutButtonVisibility policy allows it (by default only at the stack root). Drop it anywhere inside a custom nav bar — it binds to the inherited ScaffoldNavBarContext.
public sealed class ScaffoldFlyoutButton : ScaffoldNavBarButtonBase, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, IBorderView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IBorderStroke, IStroke
- Inheritance
-
ScaffoldFlyoutButton
- Implements
- Inherited Members
- Extension Methods
Constructors
ScaffoldFlyoutButton()
Initializes the drawer button (built-in hamburger glyph).
public ScaffoldFlyoutButton()
Fields
SideProperty
Bindable property for Side.
public static readonly BindableProperty SideProperty
Field Value
Properties
Side
Gets or sets the edge this button opens.
public ScaffoldFlyoutSide Side { get; set; }