BoxCapStyle Enumeration
Specifies the available box cap styles. These caps can be used with box header StartCap and EndCap properties.
Syntax
'Declaration Public Enum BoxCapStyle Inherits System.Enum
'Usage Dim instance As BoxCapStyle
public enum BoxCapStyle : System.Enum
Members
Member | Description |
---|---|
Arrow | Specifies an arrow cap. |
Box | Specifies a box cap. |
CutDown | Specifies a downward cut cap. |
CutUp | Specifies an upward cut cap. |
RibbonDown | Specifies a Ribbon cap that extends down behind the parent box. |
RibbonUp | Specifies a Ribbon cap that extends up behind the parent box. |
Round | Specifies a rounded cap. |
RoundDown | Specifies a cap rounded down. |
RoundInverted | Specifies an inverted rounded cap. |
RoundUp | Specifies a cap rounded up. |
Torn | Specifies a torn cap. |
Triangle | Specifies a triangle cap. |
TriangleInverted | Specifies an inverted triangle cap. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.BoxCapStyle
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also