Table of Contents

Property LimitingConeAngle

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

LimitingConeAngle

A limiting cone which restricts the region where the light is projected. No light is projected outside the cone. 'limitingConeAngle' represents the angle in degrees between the spot light axis (i.e. the axis between the light source and the point to which it is pointing at) and the spot light cone. User agents should apply a smoothing technique such as anti-aliasing at the boundary of the cone.

public ISvgAnimatedNumber LimitingConeAngle { get; }

Property Value

ISvgAnimatedNumber

limitingConeAngle = "number"

If no value is specified, then no limiting cone will be applied.

Remarks

Corresponds to attribute 'limitingConeAngle' on the given 'feSpotLight' element.