DirectionalLight.Direction 属性

定义

表示将在三维场景中的模型上沿其显示光效果的向量。

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

适用于