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 座標の値。Value of the Y coordinate of the Rect3D.
注釈
Rect3D は、通常、またはの境界を表すために使用され MeshGeometry3D Model3D ます。Rect3D is typically used to represent the bounds of a MeshGeometry3D or Model3D.
Size3D と Rect3D は通常、XAML では使用されません。これは、これらの型を使用する WPF 3d オブジェクトモデルに設定可能なプロパティが存在しないためです。Size3D and Rect3D are not typically used in XAML, because no settable properties exist in the WPF 3D object model that use those types.