| Visual Basic (Declaration) | |
|---|---|
| Public Enum BoxCorner Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum BoxCorner : Enum | |
| C++/CLI | |
|---|---|
| public enum class BoxCorner : public Enum | |
| Member | Description | 
|---|---|
| Square | The edge is a corner. | 
| Cut | The edge is cut. | 
| Round | The edge is rounded. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.BoxCorner
 
     
     
     
    