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
SvgUnit
offset
|
System.Drawing.Color
colour
|
Properties
Offset
StopColor
StopOpacity
Declaration
public float StopOpacity { get; set; }
Property Value
System.Single
|
Methods
DeepCopy()
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
SvgElement
|
Type Parameters
T
|
Overrides
GetColor(SvgElement)
Declaration
public Color GetColor(SvgElement parent)
Parameters
SvgElement
parent
|
Returns
System.Drawing.Color
|