Class RadialGradientBrush
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 RadialGradientBrush : GradientBrush
Constructors
RadialGradientBrush()
Declaration
public RadialGradientBrush()
RadialGradientBrush(List<GradientStop>)
Declaration
public RadialGradientBrush(List<GradientStop> gradientStops)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<GradientStop> | gradientStops |
RadialGradientBrush(List<GradientStop>, Double)
Declaration
public RadialGradientBrush(List<GradientStop> gradientStops, double radius)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<GradientStop> | gradientStops | |
System.Double | radius |
RadialGradientBrush(List<GradientStop>, Point, Double)
Declaration
public RadialGradientBrush(List<GradientStop> gradientStops, Point center, double radius)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<GradientStop> | gradientStops | |
Point | center | |
System.Double | radius |
Fields
Center
Declaration
public Point Center
Field Value
Type | Description |
---|---|
Point |
Radius
Declaration
public double Radius
Field Value
Type | Description |
---|---|
System.Double |