Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 812 Bytes

spotlight_outerconeangle.md

File metadata and controls

36 lines (23 loc) · 812 Bytes
-api-id -api-type
P:Microsoft.UI.Composition.SpotLight.OuterConeAngle
winrt property

Microsoft.UI.Composition.SpotLight.OuterConeAngle

-description

The SpotLight’s outer cone angle, expressed as a semi-vertical angle in radians. Animatable.

-property-value

The SpotLight’s outer cone angle, expressed as a semi-vertical angle in radians. The value must be between 0 and pi.

-remarks

Light emitted from a spotlight is made up of a bright inner cone and a larger outer cone, with the light intensity diminishing between the two.

**OuterConeAngle**

is not bound to InnerConeAngle parameters.

-examples

_spotLight.OuterConeAngle = (float)(Math.PI/2); 
         

-see-also