menu

UWP

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

    Show / Hide Table of Contents

    Class Transition

    Defines constants that specify how the drawer is animated when opened and closed.

    Inheritance
    System.Object
    Transition
    Namespace: Syncfusion.UI.Xaml.NavigationDrawer
    Assembly: Syncfusion.SfNavigationDrawer.UWP.dll
    Syntax
    public sealed class Transition : Enum

    Fields

    Push

    Drawer gets opened pushing the main content.

    Declaration
    public const Transition Push
    Field Value
    Type
    Transition

    Reveal

    Drawer will be placed beneath the main content and gets revealed moving the main content.

    Declaration
    public const Transition Reveal
    Field Value
    Type
    Transition

    SlideOnTop

    Drawer will be above the main content and slides over the main content.

    Declaration
    public const Transition SlideOnTop
    Field Value
    Type
    Transition

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved