Version

DiagramShapeType Enumeration

Specifies the preferred geometry shape for a node.
Syntax
'Declaration
 
Public Enum DiagramShapeType 
   Inherits System.Enum
public enum DiagramShapeType : System.Enum 
Members
MemberDescription
ChevronRepresents a chevron geometry.
CircleRepresents a circle geometry.
CrossRepresents a cross geometry.
EllipseRepresents an ellipse geometry.
HeptagonRepresents a heptagon geometry.
HexagonRepresents a hexagon geometry.
NoneNo geometry shape will be applied.
OctagonRepresents an octagon geometry.
PentagonRepresents a pentagon geometry.
RectangleRepresents a rectangle geometry.
RhombusRepresents a rhombus geometry.
RightTriangleRepresents a right triangle geometry.
RightTriangleMirroredRepresents a mirrored right triangle geometry.
RoundedRectangleRepresents a rounded rectangle geometry.
SquareRepresents a square geometry.
ThinCrossRepresents a thin cross geometry.
TriangleRepresents a triangle 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