Class SvgSpotLight
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.FilterEffects
Assembly: TelerikCommon.dll
Syntax
[SvgElement("feSpotLight")]
public class SvgSpotLight : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgSpotLight()
Declaration
public SvgSpotLight()
Properties
LlimitingConeAngle
Declaration
public float LlimitingConeAngle { get; set; }
Property Value
System.Single
|
PointsAtX
Declaration
public float PointsAtX { get; set; }
Property Value
System.Single
|
PointsAtY
Declaration
public float PointsAtY { get; set; }
Property Value
System.Single
|
PointsAtZ
Declaration
public float PointsAtZ { get; set; }
Property Value
System.Single
|
SpecularExponent
Declaration
public float SpecularExponent { get; set; }
Property Value
System.Single
|
X
Declaration
public float X { get; set; }
Property Value
System.Single
|
Y
Declaration
public float Y { get; set; }
Property Value
System.Single
|
Z
Declaration
public float Z { get; set; }
Property Value
System.Single
|