Class SvgGradientStop
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
Assembly: TelerikCommon.dll
Syntax
[SvgElement("stop")]
public class SvgGradientStop : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgGradientStop()
Declaration
public SvgGradientStop()
SvgGradientStop(SvgUnit, Color)
Declaration
public SvgGradientStop(SvgUnit offset, Color colour)
Parameters
Svg
|
System.
|
Properties
Offset
StopColor
StopOpacity
Declaration
public float StopOpacity { get; set; }
Property Value
System.
|
Methods
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
Type Parameters
T
|
Overrides
GetColor(SvgElement)
Declaration
public Color GetColor(SvgElement parent)
Parameters
Svg
|
Returns
System.
|