alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SwitchMode

    Document's switch representation mode of the document container

    Inheritance
    System.Object
    SwitchMode
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class SwitchMode : Enum

    Fields

    Immediate

    Simple switch.

    Declaration
    public const SwitchMode Immediate
    Field Value
    Type
    SwitchMode

    List

    Shows list with items.

    Declaration
    public const SwitchMode List
    Field Value
    Type
    SwitchMode

    None

    No Switch.

    Declaration
    public const SwitchMode None
    Field Value
    Type
    SwitchMode

    QuickTabs

    Shows gallery with items.

    Declaration
    public const SwitchMode QuickTabs
    Field Value
    Type
    SwitchMode

    VistaFlip

    Shows like Vista flip actions.

    Declaration
    public const SwitchMode VistaFlip
    Field Value
    Type
    SwitchMode

    VS2005

    Shows like VS2005 action.

    Declaration
    public const SwitchMode VS2005
    Field Value
    Type
    SwitchMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved