MapControl.CanZoomOut プロパティ

定義

マップを縮小できるかどうかを示す値を取得します

public:
 property bool CanZoomOut { bool get(); };
bool CanZoomOut();
public bool CanZoomOut { get; }
var boolean = mapControl.canZoomOut;
Public ReadOnly Property CanZoomOut As Boolean

プロパティ値

Boolean

bool

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

適用対象