Class ShiftStatus
Specifies register of input symbols.
Inheritance
System.Object
ShiftStatus
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class ShiftStatus : Enum
Fields
Lowercase
Register of typed symbol will be transferred to lower case.
Declaration
public const ShiftStatus Lowercase
Field Value
Type |
---|
ShiftStatus |
None
No register changes after symbol was input.
Declaration
public const ShiftStatus None
Field Value
Type |
---|
ShiftStatus |
Uppercase
Register of typed symbol will be transferred to upper case.
Declaration
public const ShiftStatus Uppercase
Field Value
Type |
---|
ShiftStatus |