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


Specifies the available box cap styles. These caps can be used with box header StartCap and EndCap properties.

Syntax

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

Members

MemberDescription
Box Specifies a box cap.
Triangle Specifies a triangle cap.
TriangleInverted Specifies an inverted triangle cap.
CutDown Specifies a downward cut cap.
CutUp Specifies an upward cut cap.
Arrow Specifies an arrow cap.
Round Specifies a rounded cap.
RoundInverted Specifies an inverted rounded cap.
RoundUp Specifies a cap rounded up.
RoundDown Specifies a cap rounded down.
Torn Specifies a torn cap.
RibbonUp Specifies a Ribbon cap that extends up behind the parent box.
RibbonDown Specifies a Ribbon cap that extends down behind the parent box.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.BoxCapStyle

See Also

© 2021 All Rights Reserved.