Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 730 Bytes

spotlight_direction.md

File metadata and controls

31 lines (20 loc) · 730 Bytes
-api-id -api-type
P:Microsoft.UI.Composition.SpotLight.Direction
winrt property

Microsoft.UI.Composition.SpotLight.Direction

-description

The direction in which the light is pointing, specified relative to its CoordinateSpace Visual.

-property-value

The direction in which the light is pointing, specified relative to its coordinate space Visual.

-remarks

SpotLight.Direction is relative to SpotLight.CoordinateSpace.

-examples

_spotLight.Direction = new Vector3(4, 10, 0); 
          

-see-also

SpotLight.CoordinateSpace