Gets or sets the key modifier that will be used to start the action.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ModifierTypeConverter))]
[DefaultValueAttribute(Keys.None)]
public Keys Modifier { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(ModifierTypeConverter))> _
<DefaultValueAttribute(Keys.None)> _
Public Property Modifier As Keys
	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