Gets or sets the mouse button 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#
[DefaultValueAttribute(MouseButtons.None)]
public MouseButtons MouseButton { get; set; }
Visual Basic
<DefaultValueAttribute(MouseButtons.None)> _
Public Property MouseButton As MouseButtons
	Get
	Set

Remarks

Only for the following actions: Zoom, Scale, Rotate, Scale.

See Also