dotnetCHARTING Send comments on this topic.
BoxCorner Enumeration
See Also  
dotnetCHARTING Namespace : BoxCorner Enumeration


Specifies a box edge style.

Syntax

Visual Basic (Declaration)  
Public Enum BoxCorner 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As BoxCorner
C#  
public enum BoxCorner : Enum 

Members

Member Description
Square The edge is a corner.
Cut The edge is cut.
Round The edge is rounded.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.BoxCorner

See Also