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입니다.

특성

적용 대상