Enum PathGradientBrushStyle
Path gradient brush style enumeration.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum PathGradientBrushStyle
Fields
Name | Description |
---|---|
CircleCenter | Path gradient brush style will be applied in circle center. |
CircleLeftBottom | Path gradient brush style will be applied in circle left bottom. |
CircleLeftTop | Path gradient brush style will be applied in circle left top. |
CircleRightBottom | Path gradient brush style will be applied in circle right bottom. |
CircleRightTop | Path gradient brush style will be applied in circle right top. |
RectangleCenter | Path gradient brush style will be applied in center. |
RectangleLeftBottom | Path gradient brush style will be applied in left bottom. |
RectangleLeftTop | Path gradient brush style will be applied in left top. |
RectangleRightBottom | Path gradient brush style will be applied in right bottom. |
RectangleRightTop | Path gradient brush style will be applied in right top. |