MapCamera.Heading 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定相機的方向標題,其中 0 或 360 = North、90 = East、180 = South 和 270 = West。
public:
property double Heading { double get(); void set(double value); };
double Heading();
void Heading(double value);
public double Heading { get; set; }
var double = mapCamera.heading;
mapCamera.heading = double;
Public Property Heading As Double
屬性值
Double
double
相機的方向標題,其中 0 或 360 = North、90 = East、180 = South 和 270 = West。
備註
大於 360 度的標題值會正規化為相等的 0-360 度值。