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 中引入)

适用于