Click or drag to resize

MapStyle Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the MapStyle used to draw the map. Set this value to null to use the default map style.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public MapStyle Style { get; set; }

Property Value

Type: MapStyle

Implements

IMapStyle
Remarks
StyleName and Style cannot both be set at the same time. StyleName is only for use in GeoStream mode - it refers to the name of a style that must already exist on the GeoStream server. Style may be set in either local mode or GeoStream mode. If Style is set in GeoStream mode then the map style will be uploaded to the GeoStream server before it is used for the first time.
See Also