Version

MapSymbolType Enumeration

Defines the shape used to display symbol elements.
Syntax
'Declaration
 
Public Enum MapSymbolType 
   Inherits System.Enum
public enum MapSymbolType : System.Enum 
Members
MemberDescription
BubbleCircular symbol.
DiamondDiamond-shaped symbol.
HexagonRegular hexagon symbol.
HourglassStylised hourglass-shaped symbol.
NoneNot defined symbol
PentagonRegular pentagon symbol.
PentagramFive-pointed star symbol.
PyramidFlat-based triangular symbol.
RaindropStylised raindrop-shaped symbol.
SmileyStylised "smiley" symbol.
SquareSquare symbol.
StarSix-pointed star symbol.
TetragramFour-pointed star symbol.
ThermometerStylised thermometer-shaped symbol.
TrianglePointed-based triangular symbol.
TubeVertical tube-shaped symbol.
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