Rect3D.Z 屬性

定義

取得或設定 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

屬性值

Double

Rect3D 的 Z 座標值。

備註

Rect3D通常用來表示 或 Model3DMeshGeometry3D 界限。

Size3DRect3D 通常不會用於 XAML,因為 WPF 3D 物件模型中沒有使用這些類型的可設定屬性。

適用於