.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : ShapeType Enumeration
ShapeType Enumeration
Specifies how a shape bubble will be drawn.
Syntax
'Declaration
 
Public Enum ShapeType 
   Inherits System.Enum
'Usage
 
Dim instance As ShapeType
public enum ShapeType : System.Enum 
Members
MemberDescription
ArrowDownArrow down shape.
ArrowLeftArrow left shape.
ArrowRightArrow right shape.
ArrowUpArrow up shape.
BellBell shape.
CandleCandle shape.
ChatChat bubbles shape.
CheckCheck shape.
CloverClover shape.
CubeCube shape.
DecagonDecagon shape.
DropDrop shape.
EightPointStarEight Point Star shape.
FivePointStarFive Point Star shape.
FlagFlag shape.
FlakeFlake shape.
FolderFolder shape.
HandHand shape.
HeartHear shape.
HeptagonHeptagon shape.
HexagonHexagon shape.
HourglassHourglass shape.
MouseMouse shape.
NonagonNonagon shape.
NoneNo shape.
OctagonOctagon shape.
PeacePeace shape.
PentagonPentagon shape.
PlanePlane shape.
PointDownPoint down shape.
PointLeftPoint left shape.
PointRightPoint right shape.
PointUpPoint up shape.
QuoteQuote shape.
RefreshRefresh shape.
RibbonRibbon shape.
SevenPointStarSeven Point Star shape.
SixPointStarSix Point Star shape.
ThumbsDownThumbs down shape.
ThumbsUpThumbs up shape.
TriangleTriangle shape.
TrophyTrophy shape.
XX shape.
ZapZap shape.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.ShapeType

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