Version

DiagramConnectionCapType Enumeration

Specifies the shape a DiagramConnection starts/ends with as controlled by its DiagramConnection.StartCapType and DiagramConnection.EndCapType properties respectively.
Syntax
'Declaration
 
Public Enum DiagramConnectionCapType 
   Inherits System.Enum
public enum DiagramConnectionCapType : System.Enum 
Members
MemberDescription
ClosedArrowRepresents a closed arrow geometry.
ClosedDoubleArrowRepresents a closed double arrow geometry.
ClosedNoDashRepresents an empty circle geometry.
ClosedOneDashRepresents a closed one dash geometry.
ClosedThreeDashRepresents a closed three dashes geometry.
ClosedTwoDashRepresents a closed two dashes geometry.
DiamondRepresents a diamond geometry.
DimensionLineRepresents a dimension line geometry.
DotRepresents a dot geometry.
FilledArrowRepresents a filled arrow geometry.
FilledDiamondRepresents a filled diamond geometry.
FilledDotRepresents a filled dot geometry.
FilledDoubleArrowRepresents a filled double arrow geometry.
FilledNoDashRepresents a filled circle geometry.
FilledOneDashRepresents a filled one dash geometry.
FilledSquareRepresents a filled square geometry.
FilledThreeDashRepresents a filled three dashes geometry.
FilledTwoDashRepresents a filled two dashes geometry.
ForkRepresents a fork geometry.
IndentedClosedArrowRepresents an indented closed arrow geometry.
IndentedFilledArrowRepresents an indented filled arrow geometry.
NoneNo geometry shape will be applied.
OpenArrowRepresents an open arrow geometry.
OpenDoubleArrowRepresents an open double arrow geometry.
OpenOneDashRepresents one dash geometry.
OpenThreeDashRepresents three dashes geometry.
OpenTwoDashRepresents two dashes geometry.
SquareRepresents a square geometry.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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