共用方式為


MapControlAutomationPeer.CanRotate 屬性

定義

取得布林值,指出是否可以旋轉相關聯的地圖。

public:
 property bool CanRotate { bool get(); };
bool CanRotate();
public bool CanRotate { get; }
var boolean = mapControlAutomationPeer.canRotate;
Public ReadOnly Property CanRotate As Boolean

屬性值

Boolean

bool

布林值,指出是否可以旋轉相關聯的地圖。

實作

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於