DiagramKeyEventArgs.Shift Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public ReadOnly Property Shift As Boolean
'使用
Dim instance As DiagramKeyEventArgs
Dim value As Boolean

value = instance.Shift
public bool Shift { get; }
public:
property bool Shift {
    bool get ();
}
public function get Shift () : boolean

Property Value

Type: System.Boolean

Permissions

See Also

Reference

DiagramKeyEventArgs Class

DiagramKeyEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace