SpotLight.InnerConeAngleInDegrees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SpotLight’s inner cone angle, expressed as a semi-vertical angle in degrees. Animatable.
public:
property float InnerConeAngleInDegrees { float get(); void set(float value); };
float InnerConeAngleInDegrees();
void InnerConeAngleInDegrees(float value);
public float InnerConeAngleInDegrees { get; set; }
var single = spotLight.innerConeAngleInDegrees;
spotLight.innerConeAngleInDegrees = single;
Public Property InnerConeAngleInDegrees As Single
Property Value
Single
float
The SpotLight’s inner cone angle, expressed as a semi-vertical angle in degrees.
Examples
_spotLight.InnerConeAngleInDegrees = 30;
Remarks
InnerConeAngleInDegrees is not bound to OuterConeAngleInDegrees and can be greater than OuterConeAngleInDegrees.