Class GradientStop
Inheritance
System.Object
GradientStop
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class GradientStop
Constructors
GradientStop()
Declaration
public GradientStop()
GradientStop(Color, Single)
Declaration
public GradientStop(Color color, float offset)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | color | |
| System.Single | offset |
Fields
Color
Declaration
public Color Color
Field Value
| Type | Description |
|---|---|
| Color |
Offset
Declaration
public float Offset
Field Value
| Type | Description |
|---|---|
| System.Single |