Version

MarkerType Enumeration

Defines marker types.
Syntax
'Declaration
 
Public Enum MarkerType 
   Inherits System.Enum
public enum MarkerType : System.Enum 
Members
MemberDescription
AutomaticAutomatic marker shape.
CircleCircle marker shape.
DiamondDiamond marker shape.
HexagonHexagon marker shape.
HexagramSix-pointed star marker shape.
NoneNo markerItems.
PentagonPentagon marker shape.
PentagramFive-pointed star marker shape.
PyramidFlat-base triangle marker shape.
SquareSquare marker shape.
TetragramFour-pointed star marker shape.
TriangleFlat-top triangle marker shape.
UnsetMarker hasn't been set.
Requirements

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

View on GitHub