Share via


DirectionalLight.Direction プロパティ

定義

3-D シーンのモデルで光の効果を示すベクターを表します。

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

プロパティ値

Vector3D

光が投影される Vector3D。非ゼロの大きさでなければなりません。 既定値は (0,0,-1) です

注釈

依存プロパティ情報

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

適用対象