menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Transition - API Reference

    Show / Hide Table of Contents

    Class Transition

    Defines the transition on toggling drawer in SfNavigationDrawer control.

    Inheritance
    System.Object
    Transition
    Namespace: Syncfusion.SfNavigationDrawer.XForms
    Assembly: Syncfusion.SfNavigationDrawer.XForms.dll
    Syntax
    public sealed class Transition : Enum

    Fields

    Push

    Drawer pushes the content view along the position

    Declaration
    public const Transition Push
    Field Value
    Type Description
    Transition

    Reveal

    ContentView reveals the drawer behind it to view drawer

    Declaration
    public const Transition Reveal
    Field Value
    Type Description
    Transition

    SlideOnTop

    Drawer slides over the content view from its position

    Declaration
    public const Transition SlideOnTop
    Field Value
    Type Description
    Transition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved