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
Member | Description |
---|---|
ArrowDown | Arrow down shape. |
ArrowLeft | Arrow left shape. |
ArrowRight | Arrow right shape. |
ArrowUp | Arrow up shape. |
Bell | Bell shape. |
Candle | Candle shape. |
Chat | Chat bubbles shape. |
Check | Check shape. |
Clover | Clover shape. |
Cube | Cube shape. |
Decagon | Decagon shape. |
Drop | Drop shape. |
EightPointStar | Eight Point Star shape. |
FivePointStar | Five Point Star shape. |
Flag | Flag shape. |
Flake | Flake shape. |
Folder | Folder shape. |
Hand | Hand shape. |
Heart | Hear shape. |
Heptagon | Heptagon shape. |
Hexagon | Hexagon shape. |
Hourglass | Hourglass shape. |
Mouse | Mouse shape. |
Nonagon | Nonagon shape. |
None | No shape. |
Octagon | Octagon shape. |
Peace | Peace shape. |
Pentagon | Pentagon shape. |
Plane | Plane shape. |
PointDown | Point down shape. |
PointLeft | Point left shape. |
PointRight | Point right shape. |
PointUp | Point up shape. |
Quote | Quote shape. |
Refresh | Refresh shape. |
Ribbon | Ribbon shape. |
SevenPointStar | Seven Point Star shape. |
SixPointStar | Six Point Star shape. |
ThumbsDown | Thumbs down shape. |
ThumbsUp | Thumbs up shape. |
Triangle | Triangle shape. |
Trophy | Trophy shape. |
X | X shape. |
Zap | Zap 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