.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : BoxCapStyle Enumeration
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
MemberDescription
ArrowSpecifies an arrow cap.
BoxSpecifies a box cap.
CutDownSpecifies a downward cut cap.
CutUpSpecifies an upward cut cap.
RibbonDownSpecifies a Ribbon cap that extends down behind the parent box.
RibbonUpSpecifies a Ribbon cap that extends up behind the parent box.
RoundSpecifies a rounded cap.
RoundDownSpecifies a cap rounded down.
RoundInvertedSpecifies an inverted rounded cap.
RoundUpSpecifies a cap rounded up.
TornSpecifies a torn cap.
TriangleSpecifies a triangle cap.
TriangleInvertedSpecifies 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