Gets a value indicating whether shift key is pressed.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static bool Shift { get; internal set; }
Visual Basic
Public Shared Property Shift As Boolean
	Get
	Friend Set

Field Value

true if shift key is pressed; otherwise, false.

See Also