MapVisibilityMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the visibility modes for a map layer.
public enum class MapVisibilityMode
public enum MapVisibilityMode
type MapVisibilityMode =
Public Enum MapVisibilityMode
- Inheritance
-
MapVisibilityMode
Fields
Name | Value | Description |
---|---|---|
Visible | 0 | A Visible mode for the map layer. |
1 | A hidden mode for the map layer. |
|
ZoomBased | 2 | A Zoom Based mode for the map layer. |