Class PathGradientBrushStyle
Path gradient brush style enumeration.
Inheritance
System.Object
PathGradientBrushStyle
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class PathGradientBrushStyle : Enum
Fields
CircleCenter
Path gradient brush style will be applied in circle center.
Declaration
public const PathGradientBrushStyle CircleCenter
Field Value
| Type |
|---|
| PathGradientBrushStyle |
CircleLeftBottom
Path gradient brush style will be applied in circle left bottom.
Declaration
public const PathGradientBrushStyle CircleLeftBottom
Field Value
| Type |
|---|
| PathGradientBrushStyle |
CircleLeftTop
Path gradient brush style will be applied in circle left top.
Declaration
public const PathGradientBrushStyle CircleLeftTop
Field Value
| Type |
|---|
| PathGradientBrushStyle |
CircleRightBottom
Path gradient brush style will be applied in circle right bottom.
Declaration
public const PathGradientBrushStyle CircleRightBottom
Field Value
| Type |
|---|
| PathGradientBrushStyle |
CircleRightTop
Path gradient brush style will be applied in circle right top.
Declaration
public const PathGradientBrushStyle CircleRightTop
Field Value
| Type |
|---|
| PathGradientBrushStyle |
RectangleCenter
Path gradient brush style will be applied in center.
Declaration
public const PathGradientBrushStyle RectangleCenter
Field Value
| Type |
|---|
| PathGradientBrushStyle |
RectangleLeftBottom
Path gradient brush style will be applied in left bottom.
Declaration
public const PathGradientBrushStyle RectangleLeftBottom
Field Value
| Type |
|---|
| PathGradientBrushStyle |
RectangleLeftTop
Path gradient brush style will be applied in left top.
Declaration
public const PathGradientBrushStyle RectangleLeftTop
Field Value
| Type |
|---|
| PathGradientBrushStyle |
RectangleRightBottom
Path gradient brush style will be applied in right bottom.
Declaration
public const PathGradientBrushStyle RectangleRightBottom
Field Value
| Type |
|---|
| PathGradientBrushStyle |
RectangleRightTop
Path gradient brush style will be applied in right top.
Declaration
public const PathGradientBrushStyle RectangleRightTop
Field Value
| Type |
|---|
| PathGradientBrushStyle |