Class SvgPointLight
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("fePointLight")]
public class SvgPointLight : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgPointLight()
Declaration
public SvgPointLight()
Properties
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
|