[]
Enumeration that specifies topic map item type.
public enum MapItemType
Map items created at design time have the MapItemType.Static type, they are stored in the form's code and cannot be saved to an XML file. Map items created in authoring mode have the MapItemType.Dynamic type, they are saved to the XML file when the map is persisted. If you create map items programmatically, you can choose any of these two types.
Name | Description |
---|---|
Dynamic | Indicates map items created in authoring mode, saved to an XML file. |
Static | Indicates map items created at design time, persisted in form code. |