Rect3D.Y 屬性

定義

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

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

屬性值

Rect3D 的 Y 座標值。

備註

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

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

適用於