Struct GradientStop
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.Drawing
Assembly: Telerik.WinControls.dll
Syntax
public struct GradientStop
Constructors
GradientStop(Color, Single)
Declaration
public GradientStop(Color color, float position)
Parameters
System.Drawing.Color
color
|
System.Single
position
|
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
|
Position
Declaration
public float Position { get; set; }
Property Value
System.Single
|