MapLegendLayouts 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 MapLegendLayouts
public enum MapLegendLayouts
type MapLegendLayouts =
Public Enum MapLegendLayouts
- Inheritance
-
MapLegendLayouts
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. |