Class SvgDistantLight
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("feDistantLight")]
public class SvgDistantLight : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgDistantLight()
Declaration
public SvgDistantLight()
Properties
Azimuth
Declaration
public float Azimuth { get; set; }
Property Value
System.Single
|
Elevation
Declaration
public float Elevation { get; set; }
Property Value
System.Single
|