Enum BorderStyleCornerRounding
Specifies a rounding value for arc-ing page border corners.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum BorderStyleCornerRounding
Fields
| Name | Description |
|---|---|
| Big | Big rounding. |
| Bigger | Bigger rounding. |
| Biggest | Biggest rounding. |
| Medium | Medium rounding. |
| None | No rounding. |
| Small | Small rounding. |
| Smaller | Smaller rounding. |
| Smallest | Smallest rounding. |