Bearbeiten

AxisScaleView.Zoomable Property

Definition

Gets or sets a flag that indicates whether the zooming user interface is enabled.

public:
 property bool Zoomable { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool Zoomable { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Zoomable : bool with get, set
Public Property Zoomable As Boolean

Property Value

true if the zooming user interface is enabled; otherwise, false.

Attributes

Applies to