ProjectionCamera.UpDirection プロパティ

定義

カメラの上向き方向を定義する Vector3D を取得または設定します。

public:
 property System::Windows::Media::Media3D::Vector3D UpDirection { System::Windows::Media::Media3D::Vector3D get(); void set(System::Windows::Media::Media3D::Vector3D value); };
public System.Windows.Media.Media3D.Vector3D UpDirection { get; set; }
member this.UpDirection : System.Windows.Media.Media3D.Vector3D with get, set
Public Property UpDirection As Vector3D

プロパティ値

シーン投影での上向き方向を表す Vector3D。

次の抜粋では、PerspectiveCamera でこのプロパティを設定します。

<Viewport3D.Camera>
  <PerspectiveCamera FarPlaneDistance="20" LookDirection="5,-2,-3" UpDirection="0,1,0" NearPlaneDistance="0" Position="-5,2,3" FieldOfView="45" />
</Viewport3D.Camera>

注釈

依存プロパティ情報

識別子フィールド UpDirectionProperty
に設定されたメタデータ プロパティ true なし

適用対象