Class BorderStyleCornerRounding
Specifies a rounding value for arc-ing page border corners.
Inheritance
System.Object
BorderStyleCornerRounding
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class BorderStyleCornerRounding : Enum
Fields
Big
Big rounding.
Declaration
public const BorderStyleCornerRounding Big
Field Value
| Type |
|---|
| BorderStyleCornerRounding |
Bigger
Bigger rounding.
Declaration
public const BorderStyleCornerRounding Bigger
Field Value
| Type |
|---|
| BorderStyleCornerRounding |
Biggest
Biggest rounding.
Declaration
public const BorderStyleCornerRounding Biggest
Field Value
| Type |
|---|
| BorderStyleCornerRounding |
Medium
Medium rounding.
Declaration
public const BorderStyleCornerRounding Medium
Field Value
| Type |
|---|
| BorderStyleCornerRounding |
None
No rounding.
Declaration
public const BorderStyleCornerRounding None
Field Value
| Type |
|---|
| BorderStyleCornerRounding |
Small
Small rounding.
Declaration
public const BorderStyleCornerRounding Small
Field Value
| Type |
|---|
| BorderStyleCornerRounding |
Smaller
Smaller rounding.
Declaration
public const BorderStyleCornerRounding Smaller
Field Value
| Type |
|---|
| BorderStyleCornerRounding |
Smallest
Smallest rounding.
Declaration
public const BorderStyleCornerRounding Smallest
Field Value
| Type |
|---|
| BorderStyleCornerRounding |