Enum PointSymbolType
The type of point symbol
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public enum PointSymbolType
Fields
Name | Description |
---|---|
Block | A vector symbol specifed from a block |
Font | A symbol specified using a font character |
Image | A raster or image symbol. Note that these do not scale well, but sometimes this is all that you have. Supported formats are application specific. |
Mark | A predefined shape such as a square or circle. |
Text | A textual symbol |
W2D | A vector symbol defined using a W2D stream |