ComponentOne Chart for WPF and Silverlight
Modifiers Property


C1.WPF.C1Chart Namespace > Action Class : Modifiers Property
Gets or sets the state of modifier keys that starts the action.
Syntax
'Declaration
 
Public Property Modifiers As System.Windows.Input.ModifierKeys
'Usage
 
Dim instance As Action
Dim value As System.Windows.Input.ModifierKeys
 
instance.Modifiers = value
 
value = instance.Modifiers
public System.Windows.Input.ModifierKeys Modifiers {get; set;}
See Also

Reference

Action Class
Action Members