Class SvgDistantLight
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg.FilterEffects
Assembly: Svg.dll
Syntax
[SvgElement("feDistantLight")]
public class SvgDistantLight : SvgElement, ISvgTransformable, ICloneable, ISvgNode
Properties
| Improve this Doc View SourceAzimuth
Declaration
public float Azimuth { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Elevation
Declaration
public float Elevation { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Methods
| Improve this Doc View SourceDeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
| Type | Description |
|---|---|
| SvgElement |