Rect3D.Z 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Rect3D 的 Z 座標值。
public:
property double Z { double get(); void set(double value); };
public double Z { get; set; }
member this.Z : double with get, set
Public Property Z As Double
屬性值
Rect3D 的 Z 座標值。
備註
Rect3D通常用來表示 或 Model3D 的 MeshGeometry3D 界限。
Size3D 和 Rect3D 通常不會用於 XAML,因為 WPF 3D 物件模型中沒有使用這些類型的可設定屬性。