alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class RunMode

    This enum classifies mode type.

    Inheritance
    System.Object
    RunMode
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class RunMode : Enum

    Fields

    ReadOnly

    Indicates that visual part cannot be changed manually.

    Declaration
    public const RunMode ReadOnly
    Field Value
    Type
    RunMode

    ScrollOnly

    Indicates that visual part can be changed by scroll only.

    Declaration
    public const RunMode ScrollOnly
    Field Value
    Type
    RunMode

    TypeAndScroll

    Indicates that visual part can be changed by type and scroll.

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