Class LinearGradientBrush
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 LinearGradientBrush : GradientBrush
Constructors
LinearGradientBrush()
Declaration
public LinearGradientBrush()
LinearGradientBrush(IList<GradientStop>)
Declaration
public LinearGradientBrush(IList<GradientStop> gradientStops)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IList<GradientStop> | gradientStops |
LinearGradientBrush(IList<GradientStop>, Point, Point)
Declaration
public LinearGradientBrush(IList<GradientStop> gradientStops, Point startPoint, Point endPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IList<GradientStop> | gradientStops | |
| Point | startPoint | |
| Point | endPoint |
Fields
EndPoint
Declaration
public Point EndPoint
Field Value
| Type | Description |
|---|---|
| Point |
StartPoint
Declaration
public Point StartPoint
Field Value
| Type | Description |
|---|---|
| Point |