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 |