Rect3D.X 屬性

定義

取得或設定 Rect3D 的 X 座標值。

public:
 property double X { double get(); void set(double value); };
public double X { get; set; }
member this.X : double with get, set
Public Property X As Double

屬性值

Rect3D 的 X 座標值。

備註

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

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

適用於