Version

IsSingleCapType Method

Determines whether the specified cap type is a single cap type.
Syntax
'Declaration
 
Public Shared Function IsSingleCapType( _
   ByVal capType As DiagramConnectionCapType _
) As Boolean
public static bool IsSingleCapType( 
   DiagramConnectionCapType capType
)

Parameters

capType
Type of the cap.
Remarks
Single cap type refers to a CapType that looks best with a square size e.g. (8, 8), as opposed to a double CapType that is best visualized with a size that has a width twice as large as its height e.g. (16, 8).
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