MapLegendLayout 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 label layouts in a map legend.
public enum class MapLegendLayout
public enum MapLegendLayout
type MapLegendLayout =
Public Enum MapLegendLayout
- Inheritance
-
MapLegendLayout
Fields
Name | Value | Description |
---|---|---|
AutoTable | 0 | The labels are automatically arranged to fit. |
Column | 1 | The labels are arranged in a column. |
Row | 2 | The labels are arranged in a row. |
WideTable | 3 | The labels are arranged in a wide table. |
TallTable | 4 | The labels are arranged in a tall table. |