Class GradientDrawingOptions
Represents enumeration for gradient drawing options of the node.
Inheritance
System.Object
GradientDrawingOptions
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public sealed class GradientDrawingOptions : Enum
Fields
DrawsAfterEndLocation
The draws after end location.
Declaration
public const GradientDrawingOptions DrawsAfterEndLocation
Field Value
DrawsBeforeStartLocation
The draws before start location.
Declaration
public const GradientDrawingOptions DrawsBeforeStartLocation
Field Value
None
The none.
Declaration
public const GradientDrawingOptions None