Share via


AxisScaleView.Zoomable プロパティ

定義

ズーム用のユーザー インターフェイスが有効かどうかを示すフラグを取得または設定します。

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

プロパティ値

Boolean

ズーム用のユーザー インターフェイスが有効な場合は true。それ以外の場合は false

属性

適用対象