Class GradientColorValue
Inheritance
System.Object
GradientColorValue
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
Assembly: Telerik.WinControls.dll
Syntax
public class GradientColorValue
Constructors
GradientColorValue()
Declaration
public GradientColorValue()
GradientColorValue(Color, Single)
Declaration
public GradientColorValue(Color color, float point)
Parameters
System.Drawing.Color
color
|
System.Single
point
|
Fields
ColorPosition
Declaration
public float ColorPosition
Field Value
System.Single
|
ColorValue
Declaration
public Color ColorValue
Field Value
System.Drawing.Color
|