MapElement3D.Roll 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定以度為單位的 3D 地圖元素滾動,其中 -90 向左傾斜,而 +90 向右傾斜。
public:
property double Roll { double get(); void set(double value); };
double Roll();
void Roll(double value);
public double Roll { get; set; }
var double = mapElement3D.roll;
mapElement3D.roll = double;
Public Property Roll As Double
屬性值
Double
double
以度為單位的 3D 地圖元素滾動,其中 -90 向左傾斜,而 +90 向右傾斜。