共用方式為


MapCamera.FieldOfView 屬性

定義

取得或設定以度為單位出現在相機中之檢視的垂直角度。

public:
 property double FieldOfView { double get(); void set(double value); };
double FieldOfView();

void FieldOfView(double value);
public double FieldOfView { get; set; }
var double = mapCamera.fieldOfView;
mapCamera.fieldOfView = double;
Public Property FieldOfView As Double

屬性值

Double

double

出現在相機的垂直角度,以度為單位。

Windows 需求

備註

檢視欄位的最大值和最小值在所有檢視中都相同。

屬性2D 範圍3D 範圍街邊範圍
檢視欄位1-1201-1201-120

適用於