ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Action Class / Modifier Property

In This Topic
    Modifier Property
    In This Topic
    Gets or sets the key modifier that will be used to start the action.
    Syntax
    'Declaration
     
    Public Property Modifier As System.Windows.Forms.Keys
    public System.Windows.Forms.Keys Modifier {get; set;}
    Remarks
    This property allows bitwise combination of SHIFT, CONTROL, and ALT keys. Only for the following actions: Zoom, Scale, Rotate, Scale.
    See Also