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

プロパティ値

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

属性

適用対象