KeyArgs
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class KeyArgs
Inheritance: objectKeyArgs
Constructors
Initializes a new instance of the KeyArgs class.
C#
public KeyArgs(Key key)
The key.
Properties
Gets or sets whether the focus is in some of the diagram items.
C#
public bool IsFocusWithinItem { get; set; }
Key
Key
Gets or sets the key.
C#
public Key Key { get; set; }
The key.