MapControl.CanZoomIn プロパティ

定義

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

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

プロパティ値

Boolean

bool

Windows の要件

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

適用対象