Class GradientDrawingOptions
Represents enumeration for gradient drawing options of the node.
Inheritance
System.Object
GradientDrawingOptions
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public sealed class GradientDrawingOptions : Enum
Fields
Clamp
Clamp Gradient drawing option .
Declaration
public const GradientDrawingOptions Clamp
Field Value
Type |
---|
GradientDrawingOptions |
Mirror
Mirror Gradient drawing option .
Declaration
public const GradientDrawingOptions Mirror
Field Value
Type |
---|
GradientDrawingOptions |
Repeat
Repeat Gradient drawing option .
Declaration
public const GradientDrawingOptions Repeat
Field Value
Type |
---|
GradientDrawingOptions |