DirectionalLight.Direction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示将在三维场景中的模型上沿其显示光效果的向量。
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。 默认值 为 (0,0,-1)
。
注解
依赖项属性信息
标识符字段 | DirectionProperty |
元数据属性设置为 true |
无 |